vnabatov / jira-exploration-notebook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jira-exploration-notebook

Requirements

  • Python3

Getting started

  • Install Python3
  • Create and fill jira credentials cp jiracreds.default.csv jiracreds.csv, fill your Jira credentials
  • Start jupyter notebook jupyter notebook (or python -m notebook)
  • In your browser open: http://localhost:8888/notebooks/jira_exploration_notebook.ipynb
  • Have fun!

Run jupyter in docker

current folder is used

docker run -v $(pwd):/home/jovyan/work -p 9999:8888 jupyter/minimal-notebook

About


Languages

Language:Jupyter Notebook 99.4%Language:Python 0.6%