Coder Social home page Coder Social logo

fdoperezi / examples Goto Github PK

View Code? Open in Web Editor NEW

This project forked from holoviz-topics/examples

0.0 2.0 0.0 442.86 MB

Visualization-focused examples of using Python for specific topics

Home Page: https://examples.pyviz.org

Jupyter Notebook 99.28% Python 0.71% Shell 0.01% Roff 0.01%

examples's Introduction

PyViz Topics Examples

This project contains self-contained, typically domain-specific examples illustrating how to use one or more open-source Python visualization tools to explore data or understand a topic. Each project is fully reproducible by downloading and running it locally, and can also be deployed automatically using an Anaconda Enterprise server.

Running Locally

To run an example locally first download it from https://examples.pyviz.org, unzip it, and cd into it. Then install anaconda-project and run the command defined in the anaconda-project.yml file:

conda install anaconda-project=0.8.3
anaconda-project run

Don't want to use anaconda-project?

anaconda-project is a handy way to automate a project, but if you don't want to use it, you can create a regular conda environment using:

conda env create --file anaconda-project.yml

Then activate the environment (be sure to replace env-name with the real name of the environment you created):

conda activate <env-name>

Then start a jupyter notebook as usual:

jupyter notebook

NOTE: If the notebook depends on data files, you will need to download them explicitly if you don't use anaconda-project, by extracting the URLs defined in anaconda-project.yml and saving the file(s) to the appropriate location in this directory.

Uploading to AE

In addition to running examples locally you can upload and share them using Anaconda Enterprise, which is the platform we use for publishing the public deployments. If you've already installed anaconda-project, then for an example named "bears" just do:

cd bears
anaconda-project archive bears.zip

Then in the AE interface select "Create", "Upload Project" and navigate to the zip file. Once your project has been created, you can deploy it.

Running on Binder

To experiment in a running environment, you can use binder:

Binder

Since the data involved is sometimes rather large, full datasets are not available on binder, but small versions of the datasets are included in the environment so that you can test things out.

examples's People

Contributors

ablythed avatar ceball avatar dhruvbalwada avatar djfrancesco avatar jbcrail avatar jbednar avatar jlstevens avatar jonmmease avatar jordansamuels avatar jsignell avatar kebowen730 avatar maximlt avatar philippjfr avatar scottire avatar

Watchers

 avatar  avatar

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.