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
As SAGEMath does, it would be nice to be able to start a notebook from within a terminal GAP session.
Something like
or
or something of the kind. As far as I can see this should be easy.
Notebookessentially just needs tocopy a template
.ipynbfile into a scratch directory and calljupyter notebook foo.ipynbMaybe it should also be possible to invoke a GAP notebook directly from the shell
and