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.
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.
- readme.ipynb provides instruction for external services.
- about.ipynb provides information about the event. Who what where when how why.
- long.ipynb provides provides long format presentations information.
- short.ipynb provides provides short format presentations information.
- participants.ipynb provides extra information about the conference participants.
- code_of_conduct.md
%%file custom.css
.output code {display: none;}
%%file custom.css
.output code {display: none;}
Overwriting custom.css