Skip to content

Commit f8cc40d

Browse files
committed
Prettier
1 parent da134e8 commit f8cc40d

File tree

8 files changed

+42
-42
lines changed

8 files changed

+42
-42
lines changed

packages/applet-view/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
[![Github Actions Status](/workflows/Build/badge.svg)](/actions/workflows/build.yml)
44

55
An extension, that let's you select cell for an applet.
6-
The applets are show in a splitted notebook window.
7-
The view can be switched programmatically to an applet mode, where only the selected cells are visible. This is used in fails-components to have jupyter applets in an interactive teaching environment.
6+
The applets are show in a splitted notebook window.
7+
The view can be switched programmatically to an applet mode, where only the selected cells are visible. This is used in fails-components to have jupyter applets in an interactive teaching environment.
88

99
## Requirements
1010

packages/applet-view/tsconfig.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"extends": "../../tsconfigbase.json",
3-
"compilerOptions": {
4-
"outDir": "lib",
5-
"rootDir": "src"
6-
},
7-
"include": ["src/**/*"]
8-
}
2+
"extends": "../../tsconfigbase.json",
3+
"compilerOptions": {
4+
"outDir": "lib",
5+
"rootDir": "src"
6+
},
7+
"include": ["src/**/*"]
8+
}
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"extends": "../../tsconfigbase.json",
3-
"compilerOptions": {
4-
"outDir": "lib",
5-
"rootDir": "src"
6-
},
7-
"include": ["src/**/*"]
8-
}
2+
"extends": "../../tsconfigbase.json",
3+
"compilerOptions": {
4+
"outDir": "lib",
5+
"rootDir": "src"
6+
},
7+
"include": ["src/**/*"]
8+
}

packages/interceptor/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ function activateWidgetInterceptor(
129129
}
130130
const addKernelInterceptor = (kernel: Kernel.IKernelConnection) => {
131131
kernel.anyMessage.connect((sender, args) => {
132-
/* console.log(
132+
/* console.log(
133133
'Intercept any message',
134134
args,
135135
args?.msg?.header?.msg_id,

packages/interceptor/tsconfig.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"extends": "../../tsconfigbase.json",
3-
"compilerOptions": {
4-
"outDir": "lib",
5-
"rootDir": "src"
6-
},
7-
"include": ["src/**/*"]
8-
}
2+
"extends": "../../tsconfigbase.json",
3+
"compilerOptions": {
4+
"outDir": "lib",
5+
"rootDir": "src"
6+
},
7+
"include": ["src/**/*"]
8+
}

packages/jupyterreactedit/readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
!["FAILS logo"](failslogo.svg)
2-
# Fancy automated internet lecture system (**FAILS**) - components (jupyter react edit)
3-
42

3+
# Fancy automated internet lecture system (**FAILS**) - components (jupyter react edit)
54

65
(c) 2024 Marten Richter
76

@@ -20,15 +19,16 @@ So the default license from Jupyter is used to be license compatible.
2019

2120
You can install the package directly via npm from node.js:
2221

23-
2422
For installation simply run:
23+
2524
```
2625
npm install @fails-components/jupyter-react-edit
2726
```
2827

2928
### Usage
3029

3130
You can integrate the React component via
31+
3232
```
3333
import { JupyterEdit } from '@fails-components/jupyter-react-edit'
3434
@@ -61,5 +61,5 @@ import { JupyterEdit } from '@fails-components/jupyter-react-edit'
6161
/>;
6262
6363
```
64-
For more information please look at the usuage of the componenent inside fails, notably inside `@fails-components\app` and `@fails-components\lectureapp`.
6564

65+
For more information please look at the usuage of the componenent inside fails, notably inside `@fails-components\app` and `@fails-components\lectureapp`.
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"extends": "../../tsconfigbase.json",
3-
"compilerOptions": {
4-
"outDir": "lib",
5-
"rootDir": "src"
6-
},
7-
"include": ["src/**/*"]
8-
}
2+
"extends": "../../tsconfigbase.json",
3+
"compilerOptions": {
4+
"outDir": "lib",
5+
"rootDir": "src"
6+
},
7+
"include": ["src/**/*"]
8+
}

packages/launcher/tsconfig.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"extends": "../../tsconfigbase.json",
3-
"compilerOptions": {
4-
"outDir": "lib",
5-
"rootDir": "src"
6-
},
7-
"include": ["src/**/*"]
8-
}
2+
"extends": "../../tsconfigbase.json",
3+
"compilerOptions": {
4+
"outDir": "lib",
5+
"rootDir": "src"
6+
},
7+
"include": ["src/**/*"]
8+
}

0 commit comments

Comments
 (0)