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
Currently the implemented nb_fetch_dependencies() function is a simple utility that defaults to fetching files from dependencies folder in QuantEcon.notebooks repo. It does also allow fetching files from other locations such as QuantEcon.applications but becomes more difficult to specify with repo= and folder arguments etc. when the files live in other locations. This works for now and @oyamad has used this utility in a recent notebook - but could be improved upon.
We will stick with this for the time being - but we could improve this utility:
swap to using https://github.com/ellisonbg/antipackage (with Cache features etc) [Con: files then get stored in a user cache and isn't directly accessible to the end user, Pro: has cache support etc]
improve the current nb_fetch_dependencies() method
explore constructing a Jupyter magic command that could import the dependency file(s) from a web location.
The text was updated successfully, but these errors were encountered: