/grimoirecon18

Primary LanguageHTMLGNU General Public License v3.0GPL-3.0

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