Skip to content

Commit 0f16f0c

Browse files
committed
remove all jupyter extension code
2 parents 4f2ce95 + 0c9ffc9 commit 0f16f0c

19 files changed

+3
-7310
lines changed

.circleci/config.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ commands:
4141
- run:
4242
name: Install dependencies
4343
command: |
44-
cd packages/javascript/jupyterlab-plotly && npm run bundle && cd ../../..
4544
cd packages/python/plotly
4645
python -m venv venv
4746
. venv/bin/activate
@@ -250,14 +249,6 @@ jobs:
250249
- test_optional:
251250
py: "312_no_numpy"
252251

253-
# Orca
254-
python_38_orca:
255-
docker:
256-
- image: cimg/python:3.8-browsers
257-
steps:
258-
- test_orca:
259-
py: "38"
260-
261252
# Percy
262253
python_39_percy:
263254
docker:
@@ -614,7 +605,6 @@ workflows:
614605
- python_311_optional
615606
- python_312_optional
616607
- python_39_pandas_2_optional
617-
- python_38_orca
618608
- python_39_percy
619609
- python_312_no_numpy
620610
- build-doc

CHANGELOG.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
2121

2222
- Fixed a bug in integer validation of arrays that threw an error when an array contained a mix of strings and integers.
2323

24-
- Fixed a bug in JupyterLab >= 4 and Jupyter Notebook >= 7 that caused latex to not render in plotly charts.
25-
26-
- Removed require.js from the generated javascript in plotly charts.
27-
2824
## [5.23.0] - 2024-07-23
2925

3026
### Updated

doc/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plotly==5.24.1
2-
jupytext==1.1.1
2+
jupytext==1.16.4
33
ipywidgets==7.7.2
44
jupyter-client<7
55
jupyter

0 commit comments

Comments
 (0)