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
ref #430 - update notebooks for 2.0 release - some thoughts.
the overall goal of the notebooks is to provide some nice executable examples of things people want to do. I'd like to make sure they work on binder as well.
should the notebooks live in this repo?
reasons for including notebooks in this repo:
everything in one place!
could run tests on 'em
good guidance for devs
version locked! (no trouble tracking versions between core code and notebook code)
reasons for not including the notebooks in this repo:
they will need to rely on a fairly large set of files, if we do anything real. (but we could download on the fly, too)
every change to the repo would result in the binder being rebuilt, generally unnecessarily...
organization
one suggestion from the Twitter was to use jupyter-book to organize a collection of notebooks.
maybe a solution?
start in this repo; if we accumulate a substantial collection of good notebooks we could split them into a book (in a separate repo) and ones that belong in this repo.
The text was updated successfully, but these errors were encountered:
ref #430 - update notebooks for 2.0 release - some thoughts.
the overall goal of the notebooks is to provide some nice executable examples of things people want to do. I'd like to make sure they work on binder as well.
should the notebooks live in this repo?
reasons for including notebooks in this repo:
reasons for not including the notebooks in this repo:
organization
one suggestion from the Twitter was to use jupyter-book to organize a collection of notebooks.
maybe a solution?
start in this repo; if we accumulate a substantial collection of good notebooks we could split them into a book (in a separate repo) and ones that belong in this repo.
The text was updated successfully, but these errors were encountered: