Skip to content

Commit

Permalink
Update build and troubleshooting tips
Browse files Browse the repository at this point in the history
  • Loading branch information
halleysfifthinc committed Nov 27, 2024
1 parent 91571b8 commit 4d2cc74
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Your bug description here.
<!--
Please include the output of `Pkg.status("WebIO")` and `versioninfo()`, as well as what provider (i.e. IJulia/Jupyter, Blink, Mux, etc.) you are using.
If you are using Jupyter Notebook, please include the output of `jupyter nbextension list`.
If you are using Jupyter Lab, please include hte output of `jupyter labextension list`.
If you are using Jupyter Lab, please include hte output of `jupyter labextension list` and `jupyter server extension list`.
If relevant, please include any errors (from the Julia console, from the Jupyter process, or from your browser console) that you see.
-->
Your context here.
6 changes: 6 additions & 0 deletions docs/src/providers/ijulia.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ jupyter nbextension list
jupyter labextension list
# Should include in output:
# webio-jupyterlab-provider vX.Y.Z enabled OK (python, webio_jupyter_extension)
jupyter server extension list
# Should include in output:
# webio_jupyter_extension.serverextension enabled
# - Validating webio_jupyter_extension.serverextension...
# webio_jupyter_extension.serverextension OK
```

If the installation is **NOT** installed, continue reading for troubleshooting steps.
Expand Down
5 changes: 5 additions & 0 deletions webio_jupyter_extension/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ Note: You will need NodeJS to build the extension package.

```bash
# Clone the repo to your local environment
# In the packages directory
# First build the @webio/webio package (needed by the webio-jupyterlab-provider part of the jupyter extension)
npm install
npm run build-prod

# Change directory to the webio_jupyter_extension directory
# Install package in development mode
pip install -e .
Expand Down

0 comments on commit 4d2cc74

Please sign in to comment.