Skip to content

dreamalligator/fieldnotes

Repository files navigation

#Fieldnotes

How to embed your day of adventure and geotagging, then write a post in markdown, and use the code with an iPython notebook.

output

##To-do

  • Everything, this is a work in progress.

#Instructions git clone --recursive https://github.com/digitalvapor/fieldnotes.git

For just the iPython Notebook portion, you can run ipython notebook in any folder that contains the notebooks.

For the whole website, that utilizes the static site generator Pelican, run pelican && firefox output/index.html.

##Dependencies For generating the site.

  • Pelican
  • This site uses the burrito theme, use --recursive when cloning the repo to automatically include it.
  • Add assets (pip install webassets cssmin) and pelican-ipynb plugins to your pelicanconf.py file. PLUGINS = ['assets','pelican-ipynb']

For the notebooks.

  • pip install ipython[notebook]

For the maps.

##License This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 License.