Steven Silvester
|
ec6874ccb5
|
more cleanup
|
3 years ago |
Steven Silvester
|
f9ecd9fe28
|
try again
|
3 years ago |
Steven Silvester
|
e539e80e79
|
cleanup
|
3 years ago |
Steven Silvester
|
7c7d400535
|
fixes
|
3 years ago |
Steven Silvester
|
aaaac25fc1
|
cleanup
|
3 years ago |
Steven Silvester
|
0eb820116a
|
cleanup
|
3 years ago |
Steven Silvester
|
ba3addf7cf
|
cleanup
|
3 years ago |
Steven Silvester
|
e1a2ea0925
|
ci cleanup
|
3 years ago |
Jeremy Tuloup
|
beba237528
|
Merge pull request #6625 from brichet/sidepanel_followup
Moves panel related objects to a dedicated module file
|
3 years ago |
Nicolas Brichet
|
c4a6e8bd90
|
Move panel related objects to a dedicated module file to improve readability
|
3 years ago |
Jeremy Tuloup
|
707e9c4790
|
Merge pull request #6624 from kianelbo/conftest-pathlib
Use pathlib instead of os.path.join in `tests/conftest.py`
|
3 years ago |
Kian Eliasi
|
b721d3f17c
|
Use pathlib instead of os.path.join in 'tests/conftest.py'
|
3 years ago |
Jeremy Tuloup
|
a0f771302c
|
Merge pull request #6623 from jupyter/dependabot/npm_and_yarn/loader-utils-1.4.2
Bump loader-utils from 1.4.1 to 1.4.2
|
3 years ago |
dependabot[bot]
|
0b8e9cfd19
|
Bump loader-utils from 1.4.1 to 1.4.2
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md)
- [Commits](https://github.com/webpack/loader-utils/compare/v1.4.1...v1.4.2)
---
updated-dependencies:
- dependency-name: loader-utils
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
3 years ago |
Jeremy Tuloup
|
58823f06c2
|
Merge pull request #6600 from jtpio/python-311
Bump to Python 3.11 on CI
|
3 years ago |
Jeremy Tuloup
|
0ce4fe50cb
|
Update to using `files`
|
3 years ago |
Jeremy Tuloup
|
0855cb77f7
|
Use 3.11 on gitpod
|
3 years ago |
Jeremy Tuloup
|
34f82c127a
|
Bump to Python 3.11 on CI
|
3 years ago |
Jeremy Tuloup
|
003eb9c21f
|
Merge pull request #6620 from jupyter/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
|
3 years ago |
pre-commit-ci[bot]
|
7e1f678c58
|
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/sirosen/check-jsonschema: 0.18.4 → 0.19.1](https://github.com/sirosen/check-jsonschema/compare/0.18.4...0.19.1)
|
3 years ago |
Jeremy Tuloup
|
418c7e2edc
|
Merge pull request #6608 from mcrutch/specify-favicon-on-tree
Explicitly specify favicon for /tree view in Notebook
|
3 years ago |
blink1073
|
7544eeaed7
|
Publish 7.0.0a8
SHA256 hashes:
jupyter-notebook-application-7.0.0-alpha.8.tgz: d0cb7da2e3ba26429735a2e1b96c625dd6e0cca5a544e0a3c36641097a49c9aa
jupyter-notebook-application-extension-7.0.0-alpha.8.tgz: fb78f35c784265f933a6f01e2a3ca158b6941a8cc290c12c35d11949e56e87a3
jupyter-notebook-console-extension-7.0.0-alpha.8.tgz: f13d3ff502f61a1811604aac6361fa4627d18399559c3ed3aeb7f50377d1adc7
jupyter-notebook-docmanager-extension-7.0.0-alpha.8.tgz: a64bb18b0cfe9f801000c8dbd450819f20b464244cc0a6fe2439cf7c76ff18ff
jupyter-notebook-documentsearch-extension-7.0.0-alpha.8.tgz: 488f85fc95a51f45277e723b1d13d8b4cfd6186b27f16a8f16137f0a00a05008
jupyter-notebook-help-extension-7.0.0-alpha.8.tgz: e1df4bc4bd204d8e6a9be255dd7bff437d9407a7bdfac308070c02f40130399d
jupyter-notebook-lab-extension-7.0.0-alpha.8.tgz: 760ec1fa7926c081720ffe7657c596b53890bac4533227fa7947f5c4ff6fdd92
jupyter-notebook-notebook-extension-7.0.0-alpha.8.tgz: 21e0f856c6bd2a2caafac55bc9c8ee8371f07ac5e4b01c57c409e5f476224625
jupyter-notebook-terminal-extension-7.0.0-alpha.8.tgz: 3bc1e8661a621d5834d528076b875f2e0c8a7e1e454f46182b2d79487e9bfad9
jupyter-notebook-tree-7.0.0-alpha.8.tgz: eef8ba4aee383f024f27d57fe5bdcc7896c3c0ac6b3bdd0a8e67b14518483162
jupyter-notebook-tree-extension-7.0.0-alpha.8.tgz: 8af2d1f4e2cc82a93a98ad88c842eea708a304f6e78a984d3263de2969cbf4e0
jupyter-notebook-ui-components-7.0.0-alpha.8.tgz: b3f20f32e7d1fbbe2a52f8a66ef1ad68d282cc9853286bc141033978a9ed5116
notebook-7.0.0a8-py3-none-any.whl: b3797114631992b9a4a426d967e772ba099156ecab46d7576437c5a0d10cdea7
notebook-7.0.0a8.tar.gz: 514b3e48203e991e1d0a143fa8f253d6fdee9d293d2c54c01322bb13ae6093cd
|
3 years ago |
Steven Silvester
|
9141f3eabb
|
Fix async contents handling and add test (#6616)
* Fix async contents handling and add test
* cleanup
* fix arg
* add another ignore
|
3 years ago |
dependabot[bot]
|
6dd6022940
|
Bump loader-utils from 1.4.0 to 1.4.1 (#6615)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
3 years ago |
mcrutch
|
487a30300a
|
Explicitly specify favicon for /tree view in Notebook rather than rely on /favicon.ico resolving to the correct artifact
|
3 years ago |
Jeremy Tuloup
|
2f26f1b705
|
Merge pull request #6599 from jupyter/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
|
3 years ago |
pre-commit-ci[bot]
|
3d6c635525
|
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/sirosen/check-jsonschema: 0.18.3 → 0.18.4](https://github.com/sirosen/check-jsonschema/compare/0.18.3...0.18.4)
|
3 years ago |
Jeremy Tuloup
|
05ebf9d51c
|
Merge pull request #6592 from kostyafarber/issue-6552
Restyle about dialog
|
3 years ago |
Kostya Farber
|
c48ad1a9b3
|
fix formatting (prettier)
|
3 years ago |
Jeremy Tuloup
|
add5e00dfa
|
Update variable name to `contributorList`
|
3 years ago |
Jeremy Tuloup
|
d5c9f54528
|
Merge pull request #6579 from jtpio/update-lerna
Update to lerna 6
|
3 years ago |
Jeremy Tuloup
|
769f9a9472
|
Remove debug line
|
3 years ago |
Jeremy Tuloup
|
db32b7e687
|
Try disabling nx
|
3 years ago |
Jeremy Tuloup
|
cf6dc5ff89
|
Update hooks
|
3 years ago |
Jeremy Tuloup
|
89c9e7eebd
|
Move releaser config to pyproject.toml
|
3 years ago |
Kostya Farber
|
fa81e68906
|
Merge branch 'jupyter:main' into issue-6552
|
3 years ago |
Kostya Farber
|
abd8c71b6c
|
Update packages/help-extension/src/index.tsx
Update variable contList to contributorList
Co-authored-by: Jeremy Tuloup <jeremy.tuloup@gmail.com>
|
3 years ago |
Kostya Farber
|
32369b79d8
|
restyle about dialog
|
3 years ago |
Jeremy Tuloup
|
0dc766e882
|
Merge pull request #6589 from jupyter/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
|
3 years ago |
pre-commit-ci[bot]
|
e7880f1ad4
|
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/john-hen/Flake8-pyproject: 1.0.1 → 1.1.0.post0](https://github.com/john-hen/Flake8-pyproject/compare/1.0.1...1.1.0.post0)
|
3 years ago |
Jeremy Tuloup
|
eedfc74a04
|
Run `build:utils` before bumping
|
3 years ago |
Jeremy Tuloup
|
13fe21b3a0
|
Update to lerna 6
|
3 years ago |
Jeremy Tuloup
|
2dbea4d5d1
|
Merge pull request #6587 from jupyter/dependabot/github_actions/dessant/lock-threads-3
Bump dessant/lock-threads from 2 to 3
|
3 years ago |
dependabot[bot]
|
43f24e7637
|
Bump dessant/lock-threads from 2 to 3
Bumps [dessant/lock-threads](https://github.com/dessant/lock-threads) from 2 to 3.
- [Release notes](https://github.com/dessant/lock-threads/releases)
- [Changelog](https://github.com/dessant/lock-threads/blob/master/CHANGELOG.md)
- [Commits](https://github.com/dessant/lock-threads/compare/v2...v3)
---
updated-dependencies:
- dependency-name: dessant/lock-threads
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
3 years ago |
Jeremy Tuloup
|
b842417824
|
Merge pull request #6586 from jtpio/dependabot-config
Add dependabot config to update GitHub Actions
|
3 years ago |
Jeremy Tuloup
|
a525ced952
|
Add dependabot config to update GitHub Actions
|
3 years ago |
Jeremy Tuloup
|
1822f98dc4
|
Merge pull request #6585 from jtpio/update-actions
Update `actions/checkout` and `actions/download-artifact`
|
3 years ago |
Jeremy Tuloup
|
d7612e5d6a
|
Update `actions/upload-artifact`
|
3 years ago |
Jeremy Tuloup
|
71897fcda0
|
Merge pull request #6584 from brichet/fix/PDFrenderer
Fix PDF renderer
|
3 years ago |
Jeremy Tuloup
|
d111c159ba
|
Update `actions/checkout` and `actions/download-artifact`
|
3 years ago |