ape icon indicating copy to clipboard operation
ape copied to clipboard

Plugins: Add Notebook support

Open fubuloubu opened this issue 3 years ago • 2 comments

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()

fubuloubu avatar May 29 '21 01:05 fubuloubu

Started a repo/pypi package for this functionality, will revisit in the future.

NotPeopling2day avatar Mar 14 '22 16:03 NotPeopling2day

@Ninjagod1251 You might be interested in this ticket. The jupyter notebook is essentially an IPython console.

NotPeopling2day avatar Apr 11 '22 16:04 NotPeopling2day

Closing with plugin created https://github.com/ApeWorX/ape-notebook

NotPeopling2day avatar Apr 04 '23 22:04 NotPeopling2day