Nathan Drezner

Results 52 issues of Nathan Drezner

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of...

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of...

Revision history could include metadata about specific links that are a part of each revision. Would likely mean modifying here: https://github.com/ndrezn/wikipedia-histories/blob/main/wikipedia_histories/get_histories.py#L139-L144

Our docs for using Plotly in Jupyter are quite out of date: https://plotly.com/python/ipython-notebook-tutorial/ ```python import chart_studio.plotly as py import plotly.graph_objects as go data = [go.Bar(x=df.School, y=df.Gap)] py.iplot(data, filename='jupyter-basic_bar') ``` Is...

documentation
p1

In: https://plotly.com/python/interactive-html-export/ we have an example which recommends: ```python html.A( html.Button("Download as HTML"), id="download", href="data:text/html;base64," + encoded, download="plotly_graph.html" ) ``` However, `data:` URLs are restricted in 2.15.0. We can wait...

To enable https://github.com/plotly/dash/issues/2254

Explains how versioning works, and adds a test to ensure we actually follow the system!

documentation
fix
P2

When using a callback to control the modebar settings on a chart through the `config` property of a `dcc.Graph`, the graph does not update but retains the initial setting. Note:...

This is possessive so there's no need for an apostrophe.

Closes #2279 This PR adds the ability to install Plotly with: ``` pip install plotly[pandas] ``` which bundles `pandas` in the install, required by `plotly.express` and: ``` pip install plotly[dev]...

feature
P2
infrastructure