Giter Club home page Giter Club logo

callysto-sample-notebooks's Introduction

Callysto Sample Notebooks

A collection of sample notebooks to demonstrate what can be done with Jupyter notebooks in a variety of subject areas.

Getting Started

The easiest way to run these sample notebooks is to run them on the JupyterHub set up for the Callysto project. The hub is available at hub.callysto.ca and simply requires a Google account to log in. Alternatively, if you have Jupyter set up locally, you can also run these sample notebooks there or use the Docker setup instructions provided below.

Downloading the Notebooks

Once logged in at hub.callysto.ca, you can download all the notebooks in this repo by clicking on this link.

This will bring all the folders and notebooks into your hub environment.

Running from Docker

This repository provides a completely encapsulated development environment via Docker. You can download Docker for your operating system here.

To build the image you'll be running (based off of Continuum Analytics' Anaconda image), simply run:

bin/build

Once this has finished, running:

bin/notebook

will start up the Docker container and run jupyter notebook within it. Any files in your project folder will be accessible under /opt/callysto within the Docker container.

If you need to troubleshoot issues with package installations or other setup, sometimes it's easiest to just start up in a shell, which you can do via:

bin/bash

From this entry point, you can run your notebook via:

/opt/conda/bin/jupyter notebook --notebook-dir=/opt/callysto \
  --ip='*' --port=8888 --no-browser --allow-root \
  --NotebookApp.token=''

This is the same command that bin/notebook runs by default.

Additional Packages

Once you have figured out what packages you need, you can add them to the appropriate line in the Dockerfile, or you can add a new RUN line if you just want to use cached versions of the previous steps.

About Folders in this Repo

lib: Common code useful for all notebooks
notebooks: Individual notebooks

callysto-sample-notebooks's People

Contributors

jeannecoleongco avatar ngergel avatar agentdave avatar davidichan avatar byrcyb avatar alexisbadwithcomputers avatar colliand avatar tatianameleshko avatar shomi74 avatar abunie avatar dfserrano avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar  avatar

Forkers

abunie rjynn

callysto-sample-notebooks's Issues

Hide boyles law sim code

Hide the code for the boyles law graph. There should be some code on the examples for hiding code segments.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.