Skip to content

Instantly share code, notes, and snippets.

View nblauch's full-sized avatar

Nicholas Blauch nblauch

View GitHub Profile
@nblauch
nblauch / Python_for_Jupyter_notebooks_development_on_a_remote_cluster.md
Last active April 15, 2021 04:20
Remote development with Jupyter notebooks

Setting up Python for Jupyter notebooks development on a remote cluster

This gist will cover:

  1. Setting up Python on your local machine using Anaconda
  2. Running local Jupyter notebooks
  3. Launching a Jupyter notebook on a remote computing cluster. This will allow you to take advantage of greater computational resources than you have available on your machine, while making beautiful visualizations through the web browser connection, even if your remote server is a headless system without X11 graphics support.
  4. Using conda environments

Step 1: Install Anaconda

Follow these instructions