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
A common usage pattern in Jupyter is to factor out common/reusable code into separate libraries. It would be useful to have a directory for each project that gets added to the project's sys.path in Python cells (and equivalent in Scala/SQL cells).
A few open questions for discussion:
Do these files get versioned? If so, how (e.g., VisTrails? GIt?) and using what model?
Can we provide an easy path for migrating code from the notebook to a library?
Should we have a separate directory for each protocol?
Can/Should we pull from pypi directly into this directory for project-specific pip management?
The text was updated successfully, but these errors were encountered:
A common usage pattern in Jupyter is to factor out common/reusable code into separate libraries. It would be useful to have a directory for each project that gets added to the project's
sys.path
in Python cells (and equivalent in Scala/SQL cells).A few open questions for discussion:
The text was updated successfully, but these errors were encountered: