Skip to content

Instantly share code, notes, and snippets.

View codebanesr's full-sized avatar
🌿
Make a small contribution to the world

shanurrahman codebanesr

🌿
Make a small contribution to the world
View GitHub Profile
@fsquillace
fsquillace / jupyter-install.sh
Last active February 16, 2020 19:10
Simple script for installing a complete Jupyter notebook
#!/bin/bash
# Provides all the basic packages and kernels to have a complete Jupyter notebook ready!
#
# The installation includes:
# - scientific packages
# - ipython tab completion
# - bash kernel
# - ipywidgets
#
# To run a notebook: