Skip to content

Instantly share code, notes, and snippets.

@keenle
keenle / launch_jupyter_datascience_notebook.md
Last active January 3, 2020 00:55
Run jupyter/datascience-notebook in Docker

Run jupyter/datascience-notebook in Docker

Following steps assume macOS.

  1. Open Terminal window.
  2. Create a folder that will be mapped into your Jupyter container.
    $ mkdir ~/Desktop/datascience
    
@keenle
keenle / compiling_vim_with_extensions.md
Created June 16, 2021 00:20
Compile Vim with Python and Lua
  • Compile Vim with:
    • Python
    • Python 3
    • Lua
  • Python paths can be different on your machine
  • Remove those options that are not needed
# General tools
apt install -y git make clang