Handbook
  • Welcome at MicroData!
  • Code of conduct
  • Onboarding
    • Checklist
    • Setup
    • Using the terminal
    • Git and GitHub
    • Server
    • Bead
    • Working with data
      • Storing CAT3 data
    • Best practices
    • Stata style guide
    • Project management
  • Tools
    • Datasets
    • Tools
    • How to work on server
      • PostgreSQL
    • Make
      • Make in Windows
    • Julia
    • Jupyter Notebook
    • Csvkit
    • Release
  • about us
    • People
    • Projects
Powered by GitBook
On this page

Was this helpful?

  1. Tools

Jupyter Notebook

PreviousJuliaNextCsvkit

Last updated 4 months ago

Was this helpful?

Jupyter Notebook

Log in to your work folder by VS code terminal.

Create a python3 env:

virtualenv -p python3 env

Activate it:

. env/bin/activate

Install your python commands and tools inside the env:

pip install jupyter notebook

Run jupyter notebook:

jupyter notebook

Click on the localhost link starting like: http://localhost:8891/tree?token=ef69a1ea99a1377dc2bf783ecec2420d90fdc9b0593f1707

If you want to use Jupyter Notebook with Julia Kernel install on the haflinger.

Jupyter notebook docs
IJulia