Skip to content

Commit bed4c45

Browse files
committed
Move js into labextension directory
1 parent 583dea9 commit bed4c45

File tree

8 files changed

+5890
-5932
lines changed

8 files changed

+5890
-5932
lines changed

package-lock.json

Lines changed: 0 additions & 5883 deletions
This file was deleted.

package.json

Lines changed: 0 additions & 27 deletions
This file was deleted.

plotly/__init__.py

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -186,18 +186,6 @@ def _jupyter_labextension_paths():
186186
to install the extension.
187187
"""
188188
return [{
189-
'src': 'labextension',
189+
'src': 'labextension/static',
190190
'dest': 'jupyterlab-plotly',
191191
}]
192-
193-
# For the mime renderer extension
194-
def _jupyter_mimetype_metadata():
195-
"""Metadata for the mimetype extension"""
196-
return {
197-
"name": "plotly",
198-
"version": __version__,
199-
"description": "A MIME renderer extension for Jupyter Lab",
200-
"author": "Martha Cryan",
201-
"main": "js/mimerenderer.js",
202-
"license": "BSD-3-Clause"
203-
}

0 commit comments

Comments
 (0)