Skip to content

Start notebook from within GAP. #93

Description

@stevelinton

As SAGEMath does, it would be nice to be able to start a notebook from within a terminal GAP session.
Something like

gap> Notebook();
#I Notebook at localhost:8888 should be open in your web browser

or

gap> Notebook( "MyNoteBook.ipynb");
#I Notebook MyNoteBook.ipynb at localhost:8888 should be open in your web browser

or something of the kind. As far as I can see this should be easy. Notebook essentially just needs to
copy a template .ipynb file into a scratch directory and call jupyter notebook foo.ipynb

Maybe it should also be possible to invoke a GAP notebook directly from the shell

$ gap --notebook
Notebook at localhost:8888 should be open in your web browser

and

$gap --notebook MyNoteBook.ipynb

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions