We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 096e36c commit 45bec11Copy full SHA for 45bec11
plotly/offline.py
@@ -37,7 +37,7 @@ def download_plotlyjs(download_url):
37
]))
38
39
40
-def init_notebook_mode(plotlyjs_dir='~/.plotly/plotlyjs'):
+def init_notebook_mode():
41
# TODO: check if ipython is available...?
42
from IPython.display import HTML, display
43
0 commit comments