RagingTiger / entropy

JupyterLab notebook exploring all things entropy.

Home Page:https://github.com/RagingTiger/entropy_sim/blob/master/entropy_trends.ipynb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

Collection of entropy explorations using: Python 3, JupyterLab, and Docker.

TL;DR

Quickstart On Mac with Docker:

# assumes your current working directory is entropy
docker run -d \
           --rm \
           --name jupyter-entropy \
           -e JUPYTER_ENABLE_LAB=yes \
           -p 8888:8888 \
           -v $PWD:/home/jovyan/work \
           jupyter/scipy-notebook:lab-3.1.12 && \
sleep 5 && \
docker logs jupyter-entropy 2>&1 | grep "http://127.0.0.1" | tail -n 1 | awk '{print $2}'

Usage

Below we will discuss running the JupyterLab server.

Docker

Docker will be the primary way discussed for running the JupyterLab server. Please see the Docker documentation for more info about Docker.

Remove

To remove the server simply stop it

$ docker stop jupyter-entropy

:)

head -n 20 README.md

About

JupyterLab notebook exploring all things entropy.

https://github.com/RagingTiger/entropy_sim/blob/master/entropy_trends.ipynb


Languages

Language:Jupyter Notebook 79.1%Language:Python 20.9%