Giter Site home page Giter Site logo

plotly / dash-oil-and-gas-demo Goto Github PK

View Code? Open in Web Editor NEW
187.0 43.0 141.0 27.07 MB

Dash Demo App - New York Oil and Gas

Home Page: https://dash-gallery.plotly.host/dash-oil-and-gas/

Python 75.20% Jupyter Notebook 24.61% Procfile 0.19%
dash plotly python data-science data-visualization technical-computing energy

dash-oil-and-gas-demo's Introduction

Dash Oil and Gas Demo App

This is a demo of the Dash interactive Python framework developed by Plotly.

Dash abstracts away all of the technologies and protocols required to build an interactive web-based application and is a simple and effective way to bind a user interface around your Python code.

To learn more check out our documentation.

The following are screenshots for the app in this repo:

Alt desc

dash-oil-and-gas-demo's People

Stargazers

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

Watchers

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

dash-oil-and-gas-demo's Issues

Mapbox doesn't display in chrome

When viewing the app in browser, the Mapbox doesn't display while using chrome. The hover functionality of the graph works, and all of the other charts display flawlessly (including all charts from dash gallery). I want to incorporate a Mapbox into a current project, but I can't without chrome compatibility. It works perfectly in i.e. is this a 32 bit browser issue?
capture

What does Flask do here?

I commented out the flask import line, still, the code is working.
Hence just curious what it is doing.

nan parsing issue

many of the left dropdown options cause the mapbox chart to fail with an unexpected value issue:

screen shot 2018-02-22 at 1 05 09 pm

screen shot 2018-02-22 at 11 53 03 am

screen shot 2018-02-22 at 11 53 22 am

Pandas dtype warning in pd.read_csv

I cloned this repo, created a conda environment with the exact versions specified in the requirements file, but when I attempt to run python app.py to initiate this dashboard, I get the following error:

sys:1: DtypeWarning:

Columns (41,47) have mixed types. Specify dtype option on import or set low_memory=False.

If I change line 40 in app.py to the following, the error goes away:

df = pd.read_csv('data/wellspublic.csv', low_memory=False)

It looks like this is acknowledged in the explore.ipynb, but not translated to app.py.

404 error when attempting to run demo

When I run python app.py, I get the following when I attempt to access the app in my browser:

$ python app.py
 * Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)
 * Restarting with stat
 * Debugger is active!
 * Debugger PIN: 291-887-342
127.0.0.1 - - [13/Jul/2017 15:08:50] "GET / HTTP/1.1" 404 -

I have a conda environment with the specific package versions mentioned in the requirements.txt. Let me know what configuration might be required in order to get the demo up and running, or any information might be useful about my system.

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.