aleaf / pydrograph

Get and process stream flows and groundwater levels from NWIS.
Other
13 stars 11 forks source link

jupyter lab not supported in pydrograph environment #4

Open lauraschachter opened 4 years ago

lauraschachter commented 4 years ago

jupyter and notebook are included in the environment, but jupyterlab is not included. annoyingly, this means when you open jupyter lab in the pydrograph environment, some of the packages like fiona and gisutils will not import, but a notebook will run fine otherwise, so it is hard to tell that the lack of jupyterlab is the issue

aleaf commented 4 years ago

Hi @lauraschachter, the requirements.yml file is just intended to include the minimum packages needed to run pydrograph, including the examples. Any other software, like Jupyterlab, is up to the user to install. When working with pydrograph, I generally work in a more complete conda environment similar to this one, or I'm guessing you could conda install jupyterlab into the pydograph environment to fix this issue?