danielomiya / jupyter-portable

Silly docker-compose.yml I made for an ex of mine to run Jupyter notebooks easily 🥴

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jupyter portable

A container to easily run Jupyter notebooks in a Anaconda3 environment.

How to use it

Just run these scripts in order. :)

$ scripts/start
$ scripts/get-url

The last one will output URL information to access the Jupyter interface.

Accessing container

There is a util script to access TTY.

$ scripts/tty

That's all, folks! :p

About

Silly docker-compose.yml I made for an ex of mine to run Jupyter notebooks easily 🥴


Languages

Language:Shell 54.2%Language:Dockerfile 45.8%