Coder Social home page Coder Social logo

ultramathman / python_based_interactive_scientific_visualization Goto Github PK

View Code? Open in Web Editor NEW

This project forked from swamilikes2code/python_based_interactive_scientific_visualization

0.0 1.0 0.0 1.99 MB

Python Based Interactive Scientific Visualization: Bokeh is used as the base package for visualizations.

License: GNU General Public License v3.0

Python 82.86% CSS 0.03% HTML 17.11%

python_based_interactive_scientific_visualization's Introduction

Python based Interactive Scientific Visualization

Python Based Interactive Scientific Visualization:

We describe various science and engineering problems via interactive web based visualizations. An interactive web based approach will increase understanding of science and engineering problems as users can interact with parameters in a live setting.

Bokeh is used as the base package for visualizations.

Prerequisites

Need to install python 3.8 and add it to path on your system before exiting the installation process. You can check it by opening cmd.exe or a terminal and typing:

$python --version

numpy, scipy and bokeh are required libraries. To install these use the command:

$pip install numpy
$pip install scipy
$pip install bokeh

Running interactive HTML

You can create an interactive webpage from any example using:

$bokeh serve --show <filename.py>

If already running an interactive visualization default port will be unavailable. You can specify port using --port

$bokeh serve --show <filename.py> --port 5010

The interactive webpage can be found here:

Built With

  • Bokeh - The visualization library used

  • Flask - Used to embed interactive Bokeh applications in a HTML

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the GNU General Public License

Acknowledgments

  • Python Community
  • PyData Ann Arbor Meetup
  • Bokeh Visualization Library

python_based_interactive_scientific_visualization's People

Contributors

annamoragne avatar swamilikes2code avatar cariocabrian avatar

Watchers

James Cloos 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.