ProjectPythia / cookbook-template

Project Pythia Cookbook template
https://projectpythia.org/cookbook-template/
Apache License 2.0
23 stars 17 forks source link

Add jupyterlab to environment.yml #50

Closed ktyle closed 2 years ago

ktyle commented 2 years ago

Since we direct users who wish to build their own copy of a cookbook and run it locally that they can type jupyter lab to work in the cookbook, we need to include jupyterlab in environment.yml. Else, when the user types `jupyter lab' on their command line, it will fail.