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
Copy file name to clipboardExpand all lines: README.md
+1-28
Original file line number
Diff line number
Diff line change
@@ -18,22 +18,6 @@ To install use `pip`:
18
18
pip install reactpy_jupyter
19
19
```
20
20
21
-
Then, before anything else, do one of the following:
22
-
23
-
1. At the top of your notebook run
24
-
25
-
```python
26
-
import reactpy_jupyter
27
-
```
28
-
29
-
2. Register `reactpy_jupyter` as a permanant IPython extension in [your config file](https://ipython.readthedocs.io/en/stable/config/intro.html#introduction-to-ipython-configuration):
30
-
31
-
```python
32
-
c.InteractiveShellApp.extensions = [
33
-
'reactpy_jupyter'
34
-
]
35
-
```
36
-
37
21
## Usage
38
22
39
23
Once you're done [getting started](#getting-started), you can author and display ReactPy
@@ -58,7 +42,7 @@ the `reactpy_juptyer.widgetize` function. This is useful if you wish to use Reac
58
42
with other Jupyter Widgets as in the following example:
0 commit comments