Skip to content

alpgarcia/grimoirecon18

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GrimoireCon18

Creating Python Virtual Environment

pyvenv grimoirecon18

Activate it:

cd grimoirecon18
. bin/activate

Installing Jupyter Notebook

Follow instructions at Jupyter site

python3 -m pip install --upgrade pip
python3 -m pip install jupyter

Clone this repo

git clone https://github.com/alpgarcia/grimoirecon18.git

Starting Jupyter Notebook

jupyter notebook

It will start the server and open a new tab within your current browser session.

Required libraries

  • certifi
  • elasticsearch
  • elasticsearch_dsl
  • pandas
  • plotly

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published