Sign inSign up

nilqed/ifricas

By nilqed

Updated about 11 years ago

IPython notebook with FriCAS wrapper kernel.

Image
1

287

nilqed/ifricas repository overview

Quick start

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/

Latest
  • Jupyter 3.2.1
  • Fricas 1.2.6
  • fricas_kernel 0.4
Other commands

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

Tag summary

Content type

Image

Digest

sha256:589aa3a5e

Size

370.3 MB

Last updated

about 11 years ago

docker pull nilqed/ifricas