You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ mkdir example
$ cd example
$ nbdev_new
$ cd nbs
$ code 00_core.ipynb
How can I use default_exp to instead of exporting to example.core I can export everything to the top level of the package so I can just go from example import ...