Skip to content

Commit

Permalink
Fix Jupyter Lab dependency errors
Browse files Browse the repository at this point in the history
  • Loading branch information
BenSchZA committed Aug 14, 2024
1 parent 6eaa729 commit fb4db6f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ kernel:
python3 -m ipykernel install --user --name python-cadlabs-eth-model --display-name "Python (CADLabs Ethereum Model)"

plotly:
jupyter labextension install jupyterlab-plotly@4.14.3
jupyter labextension install jupyterlab-plotly@5.23.0

start-lab:
jupyter lab
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ radcad==0.8.4
pytest==8.3.2
ipykernel==6.29.5
matplotlib==3.5.0
plotly==4.14.3
plotly==5.23.0
stochastic==0.6.0
typing_extensions==4.12.2
black==20.8b1
ipython-autotime==0.3.1
jupyter-dash==0.4.0
# jupyter-client
jupyterlab==4.2.4
jupyterlab<4
ipywidgets==8.1.3
notebook==7.2.1
notebook<7
pdoc3==0.9.2
jupyter-book==1.0.2
psutil==5.8.0
Expand All @@ -25,6 +25,6 @@ tqdm==4.61.0
diskcache==5.2.1
pylint==2.8.3
python-dotenv==0.19.0
jupyterlab-spellchecker==0.8.4
jupyterlab-spellchecker<0.8
Werkzeug==2.0.3
click==8.0.4

0 comments on commit fb4db6f

Please sign in to comment.