Metadata-Version: 2.1
Name: princess
Version: 0.2
Summary: Please Run IPython Notebook in the Current Environment with Stdout & Stderr
Home-page: https://github.com/European-XFEL/princess
License: UNKNOWN
Author: European XFEL GmbH
Author-email: da-support@xfel.eu
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
Classifier: Framework :: Jupyter
Classifier: License :: OSI Approved :: BSD License
Requires-Dist: nbclient
Requires-Dist: nbformat
Requires-Dist: jupyter_client >=6.1.0
Requires-Dist: ipykernel

Princess is a small module to run a Jupyter notebook containing Python code,
with two specific conditions:

- The notebook runs in the current Python environment (the one used to load
  Princess), regardless of the kernel name in its metadata.
- Text output from the notebook is displayed directly in your terminal - or
  wherever you redirect it - so you can follow the progress of the notebook.

Usage::

    python -m princess Notebook.ipynb

Options:

- ``--save`` and ``--save-as Result.ipynb`` to save the notebook after running.
- ``--on-error-resume-next`` ignores errors from running notebook code and
  continues with the next cell. This is usually not a good idea.

PRINCESS: Please Run IPython Notebook in the Current Environment with Stdout
and Stderr

