Skip to content

thomasmanke/sharing-RR-Jupyter

 
 

Repository files navigation

sharing-RR-Jupyter

This lesson covers how to share your work with others. It focuses on setting up a GitHub account and putting your code on a public repository, as well as adding dependency files to your repository so that you can share links to an interactive version of your code using Binder.

Content generation steps

For certain parts, content needs to be re-generated from the source after you change the source. The goal is that this happen automatically through continuous integration (Travis CI) in the future, but currently it needs to be done manually.

Specifically, after modifying slides in the form of a Jupyter Notebook in the slides/ directory, or episodes in the form of a Jupyter Notebook in the _episodes_notebook/ directory, run the following command. (You must have Jupyter (and GNU Make) installed for this to work.)

$ make lesson-ipynb

About

Using GitHub and Binder to share Jupyter Notebooks, statically and interactively

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 39.1%
  • JavaScript 28.8%
  • CSS 14.4%
  • SCSS 7.2%
  • Python 5.7%
  • Jupyter Notebook 4.0%
  • Other 0.8%