Jupyter4Science / scipy23-jupyter-web-app-tutorial

A 4-hour tutorial entitled "How the Little Jupyter Notebook Became a Web App: Managing Increasing Complexity with nbdev" presented at SciPy 2023 in Austin, TX.
https://cfp.scipy.org/2023/talk/NFWZXD/
Apache License 2.0
6 stars 4 forks source link

nbdev commands are not accessible from JupyterLab command line #7

Open nicole-brewer opened 1 year ago

nicole-brewer commented 1 year ago

Made sure I was at the project root when I tried to run the command:

Screen Shot 2023-06-10 at 10 22 34 PM

Checked to see that nbdev was listed in the JupyterLab conda environment and it is.

nicole-brewer commented 1 year ago

So the commands are available, they just aren't being found. I can run them in iTerm, and I can call them using the prefix ./env/bin from the project root. So I can work around this for now, but this will need to get resolved before the tutorial. I made an issue on the nbdev repo to hopefully get some help with this: https://github.com/fastai/nbdev/issues/1352