All Projects → fastscape-lem → Ipyfastscape

fastscape-lem / Ipyfastscape

Licence: bsd-3-clause
Interactive widgets for topographic data analysis and modelling in Jupyter notebooks

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Ipyfastscape

Pytorch Gat
My implementation of the original GAT paper (Veličković et al.). I've additionally included the playground.py file for visualizing the Cora dataset, GAT embeddings, an attention mechanism, and entropy histograms. I've supported both Cora (transductive) and PPI (inductive) examples!
Stars: ✭ 908 (+2354.05%)
Mutual labels:  jupyter
Vds
Verteego Data Suite
Stars: ✭ 9 (-75.68%)
Mutual labels:  jupyter
Geemap
A Python package for interactive mapping with Google Earth Engine, ipyleaflet, and folium
Stars: ✭ 959 (+2491.89%)
Mutual labels:  jupyter
Skydetector
A Python implementation of Sky Region Detection in a Single Image for Autonomous Ground Robot Navigation (Shen and Wang, 2013)
Stars: ✭ 23 (-37.84%)
Mutual labels:  jupyter
Dyalog Jupyter Kernel
A Jupyter kernel for Dyalog APL
Stars: ✭ 26 (-29.73%)
Mutual labels:  jupyter
Ansible Jupyterhub
Ansible role to setup jupyterhub server (deprecated)
Stars: ✭ 14 (-62.16%)
Mutual labels:  jupyter
Spark Scala Tutorial
A free tutorial for Apache Spark.
Stars: ✭ 907 (+2351.35%)
Mutual labels:  jupyter
Machinelearningcourse
A collection of notebooks of my Machine Learning class written in python 3
Stars: ✭ 35 (-5.41%)
Mutual labels:  jupyter
Python Ml
Stars: ✭ 8 (-78.38%)
Mutual labels:  jupyter
Sparkmagic
Jupyter magics and kernels for working with remote Spark clusters
Stars: ✭ 954 (+2478.38%)
Mutual labels:  jupyter
Pyspark Setup Demo
Demo of PySpark and Jupyter Notebook with the Jupyter Docker Stacks
Stars: ✭ 24 (-35.14%)
Mutual labels:  jupyter
P5 Notebook
A minimal Jupyter Notebook UI for p5.js kernels running in the browser
Stars: ✭ 26 (-29.73%)
Mutual labels:  jupyter
Crime Analysis
Association Rule Mining from Spatial Data for Crime Analysis
Stars: ✭ 20 (-45.95%)
Mutual labels:  jupyter
Thinkbayes2
Text and code for the forthcoming second edition of Think Bayes, by Allen Downey.
Stars: ✭ 918 (+2381.08%)
Mutual labels:  jupyter
Python Training
Python training for business analysts and traders
Stars: ✭ 972 (+2527.03%)
Mutual labels:  jupyter
Python Zero To Hero Beginners Course
Materials for a Python Beginner's Course. First given at the Royal Society of Biology. Designed and delivered by Chas Nelson and Mikolaj Kundegorski.
Stars: ✭ 22 (-40.54%)
Mutual labels:  jupyter
Pandas Profiling
Create HTML profiling reports from pandas DataFrame objects
Stars: ✭ 8,329 (+22410.81%)
Mutual labels:  jupyter
Interactive
.NET Interactive takes the power of .NET and embeds it into your interactive experiences. Share code, explore data, write, and learn across your apps in ways you couldn't before.
Stars: ✭ 978 (+2543.24%)
Mutual labels:  jupyter
Vagrant Projects
Vagrant projects for various use-cases with Spark, Zeppelin, IPython / Jupyter, SparkR
Stars: ✭ 34 (-8.11%)
Mutual labels:  jupyter
Arcgis Python Api
Documentation and samples for ArcGIS API for Python
Stars: ✭ 954 (+2478.38%)
Mutual labels:  jupyter

Binder Tests

Ipyfastscape

Interactive widgets for topographic data analysis and modelling in Jupyter notebooks.

While ipyfastscape is tightly integrated with fastscape, it also integrates very well with any data in the form of an xarray dataset or any model created with xarray-simlab.

The widgets available here are built on top of libraries of the jupyter's widget ecosystem such as ipywidgets and ipygany. You can reuse those high-level UI components as-is within notebooks (embedded mini-apps) or for building interactive dashboards that you can then publish as standalone web applications (using voilà).

Features

  • TopoViz3d: Paraview-like 3D terrain visualization, with time player and dimension explorer

TopoViz3d demo

  • AppLinker: Easily link different application instances for, e.g., side-by-side comparison

Installation

You can install ipyfastscape either with conda:

$ conda install ipyfastscape -c conda-forge

or using pip:

$ python -m pip install ipyfastscape

If you use jupyterlab (2.x), you also need to install some extensions:

$ jupyter labextension install @jupyter-widgets/jupyterlab-manager ipygany

If you installed ipyfastscape using pip and you are using jupyter's "classic" notebook, you need to enable those extensions:

$ jupyter nbextension enable --py --sys-prefix ipygany
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].