Skip to content

Instantly share code, notes, and snippets.

View PratyushTripathy's full-sized avatar

Pratyush Tripathy PratyushTripathy

  • University of California, Santa Barbara
View GitHub Profile
@PratyushTripathy
PratyushTripathy / ssh-jupyter-fromMacToWSL.md
Created August 22, 2023 04:50 — forked from jaredyam/ssh-jupyter-fromMacToWSL.md
Steps to access your remote Jupyter Notebook from macOS to Windows subsystem linux.

client side

  1. ssh your remote server: ssh username@serverip;

server side

  1. source a Python environment which has the Jupyter installed;
  2. execute:
    $ jupyter notebook --no-browser --port=8889 --NotebookApp.allow_origin="*" --ip=serverip --NotebookApp.token=''