Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3e64b9c

Browse filesBrowse files
committed
💄
1 parent 45bec11 commit 3e64b9c
Copy full SHA for 3e64b9c

File tree

1 file changed

+4
-1
lines changed
Filter options

1 file changed

+4
-1
lines changed

‎plotly/offline.py

Copy file name to clipboardExpand all lines: plotly/offline.py
+4-1Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,15 @@
55
"""
66
from __future__ import absolute_import
77

8-
from plotly import utils
98
import uuid
109
import json
1110
import os
1211
import requests
1312

13+
import plotly.plotly as py
14+
from plotly import utils
15+
from plotly import exceptions
16+
1417
PLOTLY_OFFLINE_DIRECTORY = plotlyjs_path = os.path.expanduser(
1518
os.path.join(*'~/.plotly/plotlyjs'.split('/')))
1619
PLOTLY_OFFLINE_BUNDLE = os.path.join(PLOTLY_OFFLINE_DIRECTORY,

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.