Thanks to visit codestin.com
Credit goes to github.com

Skip to content

tksmd/hannari-python-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hannari Python #2 Demonstration

This project includes demonstration code for the presentation at Hannari Python #2 at Jan 19th 2018.

Setup

Create venv

Requires Python 3.6 or later.

pyenv local 3.6.3

then create venv environment like this

python -m venv venv
source venv/bin/activate
pip install -r requirements.lock

Start Jupyter

Create jupyter kernel for this project as follows

python -m ipykernel install --user --name hannari-python-2 --display-name "Hannari Python #2"
jupyter notebook

About

Demonstration for Hannari Python #2 at Kyoto

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors