Skip to content

Commit

Permalink
Merge pull request #14 from sstrahl/fix_env
Browse files Browse the repository at this point in the history
Fix environment by installing jupyter_contrib_nbextensions via pip
  • Loading branch information
meinardmueller authored Oct 7, 2024
2 parents 78fdbaa + e0b1180 commit 280c8a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
# Jupyter Notebook dependencies:
- ipython=8.12.*
- jupyter=1.0.* # prevents server error
- jupyter_contrib_nbextensions=0.7.* # spell checker
- pip: # Packages that are installed via pip
- nbstripout==0.6.* # strip notebook output
- nbconvert==7.7.* # HTML export
- jupyter_contrib_nbextensions==0.7.* # spell checker

0 comments on commit 280c8a7

Please sign in to comment.