Skip to content

Instantly share code, notes, and snippets.

View patoroco's full-sized avatar
:octocat:
why do we need status in Github?

Jorge Maroto patoroco

:octocat:
why do we need status in Github?
View GitHub Profile
@patoroco
patoroco / jupyter_with_pipenv.md
Last active November 1, 2022 10:32
Setup to get jupyter running in local using a virtualenv (created with pipenv)

Setup for running the following steps

export PROJECT_NAME=the_name_of_the_project
export PY_VERSION=3.10.5

mkdir $PROJECT_NAME
cd $PROJECT_NAME

Creating the virtualenv