-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Tasks to complete:
-
Put
set_python_path.pyinto released Python tree at package build time (which means the script best belongs with the Python plugin sources). -
Provide a helper shell-script/batch-file to run
set_python_path.py(adding-sflag) and put it in OpenCOR's root directory at install time.- This is now done by
./jupyter.shand will be done within OpenCOR with issue Python: check and update shebang lines in scripts on startup #21.
- This is now done by
-
Build and upload new PythonPackages plugin which include Jupyter.
-
Make sure a
jupytercommand is created when the package is installed. -
Provide instructions about (optionally) adding OpenCOR's Python
bin(andScripts) directories to the system PATH. -
Provide instructions about starting Jupyter notebook (also
ipythonandqtconsolefrontends?? Doesqtconsolestill work standalone with our OpenCOR patches??). -
Provide instructions as to how to install packages (via
pip, at either the command line or inside a notebook (!pip). -
Test debugging via pixiedust and reference in documentation.
-
Update Python OpenCOR examples and API documentation.