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
{{ message }}
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.
Make it easier to use the same instrument package in both IPython console sessions and Jupyter notebooks (includes Jupyterlab). Refactor into an instrument package that can be installed locally via pip.
pip install -e .
This will install the package and allow local modifications of the source files to be used right away. (Modification of content in this package usually means a restart of the ipython session or restart of the jupyter kernel will be necessary to begin using the modification.)
Then, whether in console or notebook, from instrument.collection import * will load the instrument configuration without need to start in a special directory or modify the sys.path.
NOTE: This will change the structure of the repository from an ipython profile to an installable Python package.
This is working for the instrument as-is now. A change would introduce confusion, at least at first and is not absolutely necessary. Will not implement this change.
Make it easier to use the same instrument package in both IPython console sessions and Jupyter notebooks (includes Jupyterlab). Refactor into an instrument package that can be installed locally via pip.
This will install the package and allow local modifications of the source files to be used right away. (Modification of content in this package usually means a restart of the ipython session or restart of the jupyter kernel will be necessary to begin using the modification.)
Then, whether in console or notebook,
from instrument.collection import *
will load the instrument configuration without need to start in a special directory or modify thesys.path
.NOTE: This will change the structure of the repository from an ipython profile to an installable Python package.
relates to #148 and #151, see example: https://github.com/prjemian/ipython-poof/blob/master/README.md
The text was updated successfully, but these errors were encountered: