Skip to content

MartaCobo/jupyter

 
 

Repository files navigation

Jupyter and JupyterLab

Local development

The following Gemfile will permit you to run jekyll locally

source 'https://rubygems.org'
gem 'github-pages', group: :jekyll_plugins
gem 'github-linguist'
gem 'rouge', '~>1.11.1'

Write it as Gemfile under the repository root.

$ export GEM_HOME=$HOME/.gem
$ export PATH=$PATH:$HOME/.gem/bin
$ bundler install
$ bundle exec jekyll serve

Binder

About

Course material on Jupyter Notebooks and JupyterLab.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%