Skip to content

jupyterday-atlanta-2016/callistory

 
 

Repository files navigation

Callistory

callistory is a reusable project to assist creating DIY technology events. This project will prototype the first Callisto Morn event in Atlanta, Georgia on November 11.

Build

All build logic is contained with in the readme.ipynb file. Use nbconvert to execute this notebook with the command below.

!jupyter nbconvert --inplace --execute --to notebook readme.ipynb

This project maintains an index of notebooks on the master branch. The Github Pages deployment separates out the HTML and Markdown content from the source documents.

    %reload_ext literacy
    !jupyter nbconvert --to markdown *.ipynb
    !jupyter nbconvert --TemplateExporter.exclude_input=True --TemplateExporter.exclude_input=True index.ipynb 
%reload_ext literacy
!jupyter nbconvert --to markdown *.ipynb
!jupyter nbconvert --TemplateExporter.exclude_input=True --TemplateExporter.exclude_input=True index.ipynb 
contributing.md

callistory treats DIY event organization as open source piece of software.

Development

    %%file custom.css
    .output code {display: none;}
%%file custom.css
.output code {display: none;}


Overwriting custom.css

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%