Skip to content

Added lazy loading to jupyterlab-plotly #2260

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 7 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added lazy loading to plotlywidget
  • Loading branch information
pragyagarg642 committed Mar 31, 2020
commit 4ced854bbe6e56ebbb604a96850ed92f5b61d4a1
4 changes: 2 additions & 2 deletions packages/javascript/plotlywidget/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "plotlywidget",
"version": "1.5.3",
"version": "1.5.5",
"description": "The plotly JupyterLab extension",
"author": "The plotly.py team",
"license": "MIT",
Expand All @@ -23,7 +23,7 @@
],
"scripts": {
"build": "webpack",
"clean": "rimraf dist/ && rimraf ../../python/plotly/plotlywidget/static'",
"clean": "rimraf dist/ && rimraf ../../python/plotly/plotlywidget/static",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
Expand Down
Loading