Skip to content

Commit c5f5748

Browse files
committed
Rename combined extension jupyterlab-plotly
1 parent 00f8891 commit c5f5748

File tree

18 files changed

+12
-12
lines changed

18 files changed

+12
-12
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ jobs:
299299
name: Install tox
300300
command: 'sudo pip install tox requests yapf pytz decorator retrying inflect'
301301
- run:
302-
name: Update plotlywidget version
302+
name: Update jupyterlab-plotly version
303303
command: 'cd packages/python/plotly; python setup.py updateplotlywidgetversion'
304304
- run:
305305
name: Update plotly.js to dev
File renamed without changes.

packages/javascript/plotlywidget/package-lock.json renamed to packages/javascript/jupyterlab-plotly/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/javascript/plotlywidget/package.json renamed to packages/javascript/jupyterlab-plotly/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "plotlywidget",
2+
"name": "jupyterlab-plotly",
33
"version": "0.11.0",
4-
"description": "The plotly.py ipywidgets library",
4+
"description": "The plotly JupyterLab extension",
55
"author": "The plotly.py team",
66
"license": "MIT",
77
"main": "src/index.js",
@@ -24,7 +24,7 @@
2424
"scripts": {
2525
"build": "npm run build:src",
2626
"build:src": "rimraf dist && tsc",
27-
"clean": "rimraf dist/ && rimraf ../../python/plotly/plotlywidget/static'",
27+
"clean": "rimraf dist/ && rimraf ../../python/plotly/jupyterlab_plotly/static'",
2828
"prepublish": "webpack",
2929
"test": "echo \"Error: no test specified\" && exit 1"
3030
},

packages/javascript/plotlywidget/src/jupyterlab-plugin.js renamed to packages/javascript/jupyterlab-plotly/src/jupyterlab-plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ var base = require('@jupyter-widgets/base');
55
* The widget manager provider.
66
*/
77
module.exports = {
8-
id: 'plotlywidget',
8+
id: 'jupyterlab-plotly',
99
requires: [base.IJupyterWidgetRegistry],
1010
activate: function(app, widgets) {
1111
widgets.registerWidget({

0 commit comments

Comments
 (0)