Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
theengineear
/
python-api
Public
forked from
plotly/plotly.py
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
python-api
plotly
tools.py
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 13, 2014
Add an ssl_verification option (more below)
Show description for d20c877
theengineear
committed
d20c877
View commit details
Copy full SHA for d20c877
View code at this point
Browse repository at this point
Commits on Nov 7, 2014
:lipstick:
chriddyp
committed
443bb70
View commit details
Copy full SHA for 443bb70
View code at this point
Browse repository at this point
Commits on Nov 3, 2014
variable api domain
chriddyp
committed
a1fcda5
View commit details
Copy full SHA for a1fcda5
View code at this point
Browse repository at this point
Commits on Oct 15, 2014
Merge branch 'master' of https://github.com/plotly/python-api into etienne-factories
etpinard
committed
9052baf
View commit details
Copy full SHA for 9052baf
View code at this point
Browse repository at this point
Commits on Oct 14, 2014
sub _factory -> get_class_instance_by_name
etpinard
committed
e2c1029
View commit details
Copy full SHA for e2c1029
View code at this point
Browse repository at this point
Commits on Sep 19, 2014
Merge branch 'master' into etienne-factories
Show description for 71d3cc8
etpinard
committed
71d3cc8
View commit details
Copy full SHA for 71d3cc8
View code at this point
Browse repository at this point
Move around locks and do a better job ensuring paths exist.
theengineear
committed
2e25dba
View commit details
Copy full SHA for 2e25dba
View code at this point
Browse repository at this point
Add a lock for folks using threading. Mucho helpful.
Show description for fe1979f
theengineear
committed
fe1979f
View commit details
Copy full SHA for fe1979f
View code at this point
Browse repository at this point
update INFO to new graph ref!
etpinard
committed
686b6c5
View commit details
Copy full SHA for 686b6c5
View code at this point
Browse repository at this point
Commits on Sep 17, 2014
Fix "'module' object has no attribute 'display'" for old ipython.
theengineear
committed
6f68ee6
View commit details
Copy full SHA for 6f68ee6
View code at this point
Browse repository at this point
Commits on Sep 15, 2014
Merge branch 'master' into etienne-factories
Show description for d45f0fc
etpinard
committed
d45f0fc
View commit details
Copy full SHA for d45f0fc
View code at this point
Browse repository at this point
Commits on Aug 19, 2014
protected class definition instead of dynamic class definition.
theengineear
committed
d8b9e07
View commit details
Copy full SHA for d8b9e07
View code at this point
Browse repository at this point
Commits on Aug 15, 2014
subclass IPython.core.display HTML object for more flexibility.
Show description for 61b5087
theengineear
committed
61b5087
View commit details
Copy full SHA for 61b5087
View code at this point
Browse repository at this point
Commits on Jul 30, 2014
Use type() to create new classes and a factory to instantiate.
theengineear
committed
90f12c4
View commit details
Copy full SHA for 90f12c4
View code at this point
Browse repository at this point
Commits on Jul 24, 2014
warn msg: plotly.sign_in -> plotly.plotly.sign_in
chriddyp
committed
008bab9
View commit details
Copy full SHA for 008bab9
View code at this point
Browse repository at this point
Commits on Jul 22, 2014
wrapped up matplotlylib import that got moved.
theengineear
committed
69958c2
View commit details
Copy full SHA for 69958c2
View code at this point
Browse repository at this point
Commits on Jul 19, 2014
Python2.6 ('{}'.format('s') -> '{0}'.format('s')). Python3.2 (u'' -> '').
Show description for 20897be
theengineear
committed
20897be
View commit details
Copy full SHA for 20897be
View code at this point
Browse repository at this point
Fixes for bugs in the tools tests.
theengineear
committed
1ba398f
View commit details
Copy full SHA for 1ba398f
View code at this point
Browse repository at this point
Commits on Jul 18, 2014
added `from __future__ import absolute_import`. Clearer imports.
Show description for 19b979b
theengineear
committed
19b979b
View commit details
Copy full SHA for 19b979b
View code at this point
Browse repository at this point
Commits on Jul 17, 2014
added references back to `ensure_local_plotly`
theengineear
committed
c8737e4
View commit details
Copy full SHA for c8737e4
View code at this point
Browse repository at this point
fixed improper 2to3 conversion.
theengineear
committed
404b383
View commit details
Copy full SHA for 404b383
View code at this point
Browse repository at this point
don't protect the contents of the config and credentials files for now
Show description for ad1c82d
theengineear
committed
ad1c82d
View commit details
Copy full SHA for ad1c82d
View code at this point
Browse repository at this point
Changed ambiguous Python 2 import to explicit relative import.
theengineear
committed
3935bef
View commit details
Copy full SHA for 3935bef
View code at this point
Browse repository at this point
add the changes from running 2to3
theengineear
committed
cc66004
View commit details
Copy full SHA for cc66004
View code at this point
Browse repository at this point
Commits on Jul 4, 2014
better warning message formatting
etpinard
committed
8d98463
View commit details
Copy full SHA for 8d98463
View code at this point
Browse repository at this point
Improved warning messages
Show description for ecfd7a6
etpinard
committed
ecfd7a6
View commit details
Copy full SHA for ecfd7a6
View code at this point
Browse repository at this point
Commits on Jul 3, 2014
generate warning when '\n' is present. (link to docs in the future)
theengineear
committed
62c38d6
View commit details
Copy full SHA for 62c38d6
View code at this point
Browse repository at this point
don't expose `replace_newline` to users. too much unnecessary info.
theengineear
committed
ab69aa1
View commit details
Copy full SHA for ab69aa1
View code at this point
Browse repository at this point
Was considering using `re`, forgot to remove the import.
theengineear
committed
4594b8f
View commit details
Copy full SHA for 4594b8f
View code at this point
Browse repository at this point
`_send_to_plotly` now replaces a figure's '\n' with '<br>'.
theengineear
committed
5319f47
View commit details
Copy full SHA for 5319f47
View code at this point
Browse repository at this point
Commits on Jun 26, 2014
useless line in tools.py removed
etpinard
committed
126e62c
View commit details
Copy full SHA for 126e62c
View code at this point
Browse repository at this point
URL support fot get_embed()
Show description for 43a519d
etpinard
committed
43a519d
View commit details
Copy full SHA for 43a519d
View code at this point
Browse repository at this point
Commits on Jun 11, 2014
spelling fix
chriddyp
committed
7b71be9
View commit details
Copy full SHA for 7b71be9
View code at this point
Browse repository at this point
Commits on Jun 4, 2014
Made warning message nicer about file permissions, added dir check.
theengineear
committed
09a9a8c
View commit details
Copy full SHA for 09a9a8c
View code at this point
Browse repository at this point
Commits on May 30, 2014
raise plotly error if users try to write to files without permission.
theengineear
committed
4021cd0
View commit details
Copy full SHA for 4021cd0
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.