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

turn data dashboard into minimal viable web app #5

Open nicole-brewer opened 1 year ago

nicole-brewer commented 1 year ago
nicole-brewer commented 1 year ago

Unfortunately, nbdev commands are not accessible from JupyterLab command line (#7). This is a blocking issue that must be resolved before nbdev can be used to create a python lib

nicole-brewer commented 1 year ago

While this issue isn't entirely resolved, I am able to run nbdev_export from the notebook now so it's no longer a blocking issue. I get an error when running this command though so that's my next step is to make sure I can build the python lib and resolve this error in doing so. Added to task list above.