Skip to content

Commit

Permalink
Add jupyter
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed Jun 28, 2023
1 parent b74f06d commit 10de556
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions otconda/construct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ specs:
- pandas
- seaborn
- ipython
- jupyter
- openturns 1.21*
- otagrum
- otfftw
Expand Down
2 changes: 1 addition & 1 deletion test_bundle.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def parse_modules(filename):
def check_modules(modules):
n_fail = 0
package_import_map = {'ipython': 'IPython', 'scikit-learn': 'sklearn'}
excludes = ['python', 'miniforge_console_shortcut']
excludes = ['python', 'miniforge_console_shortcut', 'jupyter']
for mod in modules:
if mod in excludes:
continue
Expand Down

0 comments on commit 10de556

Please sign in to comment.