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

GitHub Actions #20

Open nicole-brewer opened 1 year ago

nicole-brewer commented 1 year ago

Motivation explained in #19.

nicole-brewer commented 1 year ago

Okay, big breakthrough here. I remember requesting this feature a while ago. Where you can export a notebook without having a whole project set up. Instead of nbdev.nbdev_export, you just use nbdev.export.nb_export. Amazing. Now I can use the dashboarding notebook to create the dashboard and not have a whole other settings.ini. This will make this a whole lot easier because I can keep my current infrastructure. And I can introduce nbdev in steps. First the concept of export and hide and other things that aren't project based, and then later come back to the things that rely on settings.ini.

nicole-brewer commented 1 year ago

This also means I can discard the branch I was working on and pop my stash because I don't have to make a whole bunch of breaking changes.