Skip to content

Instantly share code, notes, and snippets.

View MridulS's full-sized avatar
🌯
Send me burritos

Mridul Seth MridulS

🌯
Send me burritos
View GitHub Profile
# This requirements file is created via the Sandbox Environment - Binder Action.
networkx==2.8
iputils-ping
# This requirements file is created via the Sandbox Environment - Binder Action.
networkx==2.6.2
iputils-ping
@MridulS
MridulS / environment.yml
Last active August 20, 2021 16:11
epidemiology of macroeconomics
name: epidemiology
channels:
- conda-forge
dependencies:
- pip
- networkx
- matplotlib
- pip:
- ndlib
@MridulS
MridulS / environment.yml
Last active August 7, 2021 14:21
environment.yml
name: ipycytoscape
channels:
- conda-forge
dependencies:
- ipycytoscape>=1.0.3
- jupyterlab=3
FROM jupyter/base-notebook:hub-1.3.0
ENV USER lol
ENV HOME /home/lol
USER root
RUN deluser jovyan
RUN adduser --disabled-password \
--gecos "Default user" \
--uid 1000 \
lol
@MridulS
MridulS / Dockerfile
Last active April 29, 2021 15:50
Dockerfile
FROM python:3.7-slim
# install the notebook package
RUN pip install --no-cache --upgrade pip && \
pip install --no-cache jupyterhub==1.3.0 notebook
# create user with a home directory
ARG NB_UID
ENV USER lol
ENV HOME /home/lol

Keybase proof

I hereby claim:

  • I am mriduls on github.
  • I am mriduls (https://keybase.io/mriduls) on keybase.
  • I have a public key ASDGfUemL2i-_N9Z4O0qSH8cU9lOI4W47R19QCy8ebfCpgo

To claim this, I am signing this object:

echo on
docker run -p 8888:8888 jupyter/scipy-notebook:17aba6048f44
PAUSE