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
@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
@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
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 / environment.yml
Last active August 20, 2021 16:11
epidemiology of macroeconomics
name: epidemiology
channels:
- conda-forge
dependencies:
- pip
- networkx
- matplotlib
- pip:
- ndlib
iputils-ping
# This requirements file is created via the Sandbox Environment - Binder Action.
networkx==2.6.2
# This requirements file is created via the Sandbox Environment - Binder Action.
networkx==2.8
iputils-ping