ape
ape copied to clipboard
Plugins: Add Notebook support
This would allow running any *.ipynb
notebook in the ./notebooks/
folder with ape's exports (e.g. from ape import *
) made available to it.
Add src/ape_notebook/_cli.py
to faciliate this from CLI.
Command to launch notebook server:
from notebook import notebookapp as app
app.launch_new_instance()
Started a repo/pypi package for this functionality, will revisit in the future.
@Ninjagod1251 You might be interested in this ticket. The jupyter notebook is essentially an IPython console.
Closing with plugin created https://github.com/ApeWorX/ape-notebook