Skip to content

Instantly share code, notes, and snippets.

View SuperMayo's full-sized avatar
👾

Antoine Mayerowitz SuperMayo

👾
View GitHub Profile
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mattdesl
mattdesl / about.md
Created May 29, 2019 14:11
canvas-sketch + typescript

canvas-sketch + TypeScript

After installing canvas-sketch globally, create a new folder to hold your sketch:

mkdir my-sketch
cd my-sketch

Now run the following to generate a new default .ts file, package.json, etc:

@wklchris
wklchris / Remote-Jupyter-on-SSH-server.md
Last active January 6, 2025 19:28
Remote Jupyter Notebook via SSH

Main steps

Total 4 steps for connect & exit Jupyter Notebook with a SSH server:

  1. SSH to the Server. Run:
    jupyter notebook --no-browser --port=8888
  2. Open another terminal window on your local machine, input: