Code Monkey home page Code Monkey logo

interactive_plots's Introduction

interactive_plots

Code to accompany my blog post on Interactive Plots with Chemical Structures

A demo video can be found on YouTube

Installation

Linux

conda create -f environment_linux.yml

OS-X

conda create -f environment_osx.yml 

You can also do this:

conda create -n rdkit_env -c rdkit rdkit
conda activate rdkit_env
pip install dash==1.6.0
pip install dash-daq==0.2.1

Running the application

Once installed you should just be able to type

./chem_scatter.py

or if you work on an OS that doesn't enable you to make python scripts executable, you can do

python chem_scatter.py

Once the script starts, you should see something like this

Running on http://127.0.0.1:8050/
Debugger PIN: 056-419-733

The IP address will be different, it should be your IP address. You should now be able to copy the web address and paste it into your favorite browser to run the program.

interactive_plots's People

Contributors

patwalters avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

interactive_plots's Issues

conda env create

There is just a small typo in the README; the 'env' is missing in the conda command:
conda env create -f environment_{os}.yml

And thanks a lot for sharing this code!

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.