Skip to content
Snippets Groups Projects
Commit c01c34da authored by Jeffrey Post's avatar Jeffrey Post
Browse files

Edit requirements to install jupyter-dash (plotly labextension) directly and...

Edit requirements to install jupyter-dash (plotly labextension) directly and that is reflected in new readme
parent 09412649
No related branches found
No related tags found
No related merge requests found
Pipeline #319536 passed with stage
in 20 minutes and 37 seconds
......@@ -36,31 +36,6 @@ dw configure
```
```
OLD:
pip install jupyterlab "ipywidgets>=7.5"
# JupyterLab renderer support
jupyter labextension install jupyterlab-plotly@4.14.1
# OPTIONAL: Jupyter widgets extension
jupyter labextension install @jupyter-widgets/jupyterlab-manager plotlywidget@4.14.1
```
```
NEW:
pip install "jupyterlab>=3" "ipywidgets>=7.6"
pip install jupyter-dash
```
```
# Installing better nord theme for jupyterlab
jupyter labextension install @kenshohara/theme-nord-extension
```
### Nomenclature of issues
Any issues concerning this research project can be found under the Collaboration tab "issues":
......
......@@ -10,3 +10,5 @@ tensorflow
sklearn
datadotworld
ipywidgets
jupyter-dash
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment