You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: packages/jupyterreactedit/readme.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,6 @@
1
1

2
-
# Fancy automated internet lecture system (**FAILS**) - components (jupyter react edit)
3
-
4
2
3
+
# Fancy automated internet lecture system (**FAILS**) - components (jupyter react edit)
5
4
6
5
(c) 2024 Marten Richter
7
6
@@ -20,15 +19,16 @@ So the default license from Jupyter is used to be license compatible.
20
19
21
20
You can install the package directly via npm from node.js:
22
21
23
-
24
22
For installation simply run:
23
+
25
24
```
26
25
npm install @fails-components/jupyter-react-edit
27
26
```
28
27
29
28
### Usage
30
29
31
30
You can integrate the React component via
31
+
32
32
```
33
33
import { JupyterEdit } from '@fails-components/jupyter-react-edit'
34
34
@@ -61,5 +61,5 @@ import { JupyterEdit } from '@fails-components/jupyter-react-edit'
61
61
/>;
62
62
63
63
```
64
-
For more information please look at the usuage of the componenent inside fails, notably inside `@fails-components\app` and `@fails-components\lectureapp`.
65
64
65
+
For more information please look at the usuage of the componenent inside fails, notably inside `@fails-components\app` and `@fails-components\lectureapp`.
0 commit comments