IPython notebook with FriCAS wrapper kernel.
287
docker run -d -p 443:8888 -e "PASSWORD=MakeOne" nilqed/ifricas /notebook.sh
Then (for instance) point your browser to https://localhost and login with the password set above. If you want to use http instead then add -e "USE_HTTP=1" to the run command.
A convenient way to use the notebook might be to name the container (otherwise you have to use the id, e.g. from docker ps -a):
$ docker run --name myContainer <as above ...>
such that it can be stopped and started by:
$ docker stop myContainer
$ docker start myContainer
then the saved notebooks persist. Note that newly created containers do not
contain your saved notebooks unless you do a commit.
See also: https://hub.docker.com/r/ipython/notebook/
FriCAS ... docker run -t -i nilqed/ifricas fricas -nox
Bash ... docker run -t -i nilqed/ifricas /bin/bash
Cheat sheet ... https://github.com/wsargent/docker-cheat-sheet
Content type
Image
Digest
sha256:589aa3a5e…
Size
370.3 MB
Last updated
about 11 years ago
docker pull nilqed/ifricas