All Projects → landlab → Tutorials

landlab / Tutorials

Landlab tutorials

Projects that are alternatives of or similar to Tutorials

Data Science Toolbox Bootcamp
A 4 week program to get started with Data Science. Useful for beginners who want to get started by themselves.
Stars: ✭ 10 (-9.09%)
Mutual labels:  jupyter-notebook
Neurally Embedded Emojis
Convolutional variational autoencoders and text-question, emoji-answer models
Stars: ✭ 11 (+0%)
Mutual labels:  jupyter-notebook
Curso pdi
Material do Curso PDI (Jupyter)
Stars: ✭ 11 (+0%)
Mutual labels:  jupyter-notebook
Idiomatic Robotframework
Stars: ✭ 10 (-9.09%)
Mutual labels:  jupyter-notebook
Optimization Cookbook
Stars: ✭ 11 (+0%)
Mutual labels:  jupyter-notebook
Data Science On Gcp
Source code accompanying book: Data Science on the Google Cloud Platform, Valliappa Lakshmanan, O'Reilly 2017
Stars: ✭ 864 (+7754.55%)
Mutual labels:  jupyter-notebook
Dl Workshop Series
Material used for Deep Learning related workshops for Machine Learning Tokyo (MLT)
Stars: ✭ 857 (+7690.91%)
Mutual labels:  jupyter-notebook
Julia stats
Изучаем Julia
Stars: ✭ 11 (+0%)
Mutual labels:  jupyter-notebook
Adlawithr Gettingstarted
Getting Started with ADLA with R
Stars: ✭ 11 (+0%)
Mutual labels:  jupyter-notebook
Tf box classify
A simple TensorFlow example for training CNN models using input queues and labelled JPEGs
Stars: ✭ 11 (+0%)
Mutual labels:  jupyter-notebook
Cs224u
Code for Stanford CS224u
Stars: ✭ 857 (+7690.91%)
Mutual labels:  jupyter-notebook
Marketing campaign response prediction
Stars: ✭ 11 (+0%)
Mutual labels:  jupyter-notebook
Advanced pymc3
A talk illustrating some of the Advanced features of PyMC3
Stars: ✭ 11 (+0%)
Mutual labels:  jupyter-notebook
Wikipediagenderinequality
Stars: ✭ 10 (-9.09%)
Mutual labels:  jupyter-notebook
Pdlsr
Pandas-aware non-linear least squares regression using Lmfit
Stars: ✭ 11 (+0%)
Mutual labels:  jupyter-notebook
Convolutional Pose Machines Release
Code repository for Convolutional Pose Machines, CVPR'16
Stars: ✭ 857 (+7690.91%)
Mutual labels:  jupyter-notebook
Awesome Google Colab
Google Colaboratory Notebooks and Repositories (by @firmai)
Stars: ✭ 863 (+7745.45%)
Mutual labels:  jupyter-notebook
Pandastalks
Stars: ✭ 11 (+0%)
Mutual labels:  jupyter-notebook
Open data science east 2016
Stars: ✭ 11 (+0%)
Mutual labels:  jupyter-notebook
Pandas Tutorials
How To's and Tutorials in Jupyter Notebook
Stars: ✭ 11 (+0%)
Mutual labels:  jupyter-notebook

Build Status Binder

Landlab header

Most of these Landlab tutorials can either be read as text files or run as interactive IPython notebooks (recommended!).

To run the IPython notebook tutorials locally, you can copy this landlab/tutorials repo to your local working environment (use the download ZIP button or fork/clone, whichever is most familiar to you).

Alternatively, you can also access each notebook online from https://nbviewer.jupyter.org/github/landlab/tutorials and download an individual notebook (navigate to the specific IPython notebook you want, open it, and click the download button that appears in the upper right).

After downloading/cloning, navigate into your new directory (or to the directory containing your new download) from the command line in your terminal.

Use the command $ jupyter notebook to launch Jupyter, the IPython notebook viewer (it will open locally in your browser). Then navigate to the .ipynb tutorial you want to run and click to open it.

To run the code in the notebook, place your cursor in a code cell, hold down shift, and press enter. The order in which you run the cells matters. You can even experiment with typing your own code into the cell and running that.

Here is a short IPython notebook tutorial along with a screencast (the tutorial uses an example with statistics, but you can substitute Landlab!): http://www.randalolson.com/2012/05/12/a-short-demo-on-how-to-use-ipython-notebook-as-a-research-notebook/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].