Skip to content

Commit 7db6dd2

Browse files
authored
Update jlab dev install instructions (#243)
* fix grammar * update dev install instructions for jlab
1 parent 6b44a6f commit 7db6dd2

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ python -c "import sys; print('\n',sys.version); import ipympl; print('ipympl ver
2121
```
2222
-->
2323
```
24-
Paste here the command output.
24+
Paste the command output here.
2525
```

README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,18 @@ jupyter nbextension enable --py --sys-prefix ipympl
9393

9494
# If using JupyterLab
9595
jupyter labextension install @jupyter-widgets/jupyterlab-manager --no-build
96-
jupyter labextension link ./js
97-
cd js && npm run watch
98-
# Launch jupyterlab as `jupyter lab --watch` in another terminal
96+
jupyter labextension install ./js
9997
```
10098

99+
#### How to see your changes
100+
**Javascript**:
101+
102+
To continuously monitor the project for changes and automatically trigger a rebuild, start Jupyter in watch mode:
103+
104+
jupyter lab --watch
105+
106+
After a change wait for the build to finish and then refresh your browser and the changes should take effect.
107+
108+
**Python:**
109+
110+
If you make a change to the python code then you will need to restart the notebook kernel to have it take effect.

0 commit comments

Comments
 (0)