Skip to content

alpgarcia/grimoirecon18

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

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