Gonzalo Tornaría
f99beefdf4
Fix deprecation warning
...
In sagemath, while doctesting `src/sage/repl/ipython_kernel/install.py`:
> DeprecationWarning: invalid escape sequence '\s'
The solution is to make the regex a raw string.
4 years ago
CARME Antoine
3e0e92de70
Upsdated doc for passwd ( #6209 )
4 years ago
ccw630
46f40e7703
handle KeyError when get session ( #6245 )
4 years ago
Steven Silvester
601ac0e4f4
enforce labels on PRs ( #6235 )
4 years ago
GitHub Action
d5f0c97091
Bump to 6.5.0.dev0
4 years ago
GitHub Action
20e9ebdb2e
Publish 6.4.6
...
SHA256 hashes:
notebook-6.4.6-py3-none-any.whl: 5cad068fa82cd4fb98d341c052100ed50cd69fbfb4118cb9b8ab5a346ef27551
notebook-6.4.6.tar.gz: 7bcdf79bd1cda534735bd9830d2cbedab4ee34d8fe1df6e7b946b3aab0902ba3
4 years ago
Kevin Bates
34b48688aa
Automated Changelog Entry for 6.4.6 on master ( #6234 )
...
* Automated Changelog Entry for 6.4.6 on master
* Update CHANGELOG.md
Co-authored-by: GitHub Action <41898282+github-actions[bot]@users.noreply.github.com>
4 years ago
Min RK
160c27d3c2
Merge pull request #6221 from dleen/master
...
Fix asyncio error when opening notebooks
4 years ago
Ben Greiner
a9a31c096e
TST: don't look in user site for serverextensions ( #6233 )
...
* TST: don't look in user site for serverextensions
4 years ago
Kevin Bates
c923e92c12
Merge pull request #6218 from jackexu/master
...
Change to use a universal Chinese translation on certain words
4 years ago
Zachary Sailer
20574f7fdc
Merge pull request #6228 from nsait-linaro/enable_terminal_tests
...
Enable terminal tests as pywinpty is ported for python 3.9
4 years ago
Niyas Sait
25abca0723
Enable terminal tests as pywinpty is ported for python 3.9
4 years ago
David Leen
751c7eb0cc
Fix asyncio error when opening notebooks
...
This is a fix for https://github.com/jupyter/notebook/issues/6164
`nest_asyncio` must be applied before any async tasks have been created
otherwise there could be tasks queued that are unpatched, and thus do
not respect nested loops. An example of an unpatched task can be seen in
the original issue:
```
<Task pending coro=<HTTP1ServerConnection._server_request_loop() running at /apps/python3/lib/python3.7/site-packages/tornado/http1connection.py:823>
```
which originates from Tornado.
A similar issue was reported in `nest-asyncio`: https://github.com/erdewit/nest_asyncio/issues/22
where the solution is to call `apply` on import so that unpatched tasks
do not get created.
4 years ago
Jiaqi
f6d96fadf2
Change to use a universal Chinese translation on certain words
4 years ago
Kevin Bates
eb3a1c2483
Merge pull request #6127 from dolfinus/update_send2trash
...
Fix send2trash tests failing on Windows
4 years ago
Min RK
39a76059b7
Merge pull request #6211 from maliubiao/master
...
fix chinese translation typo
4 years ago
maliubiao
c1543ac367
fix chinese translation typo
4 years ago
GitHub Action
55c6aba972
Publish 6.4.5
...
SHA256 hashes:
notebook-6.4.5-py3-none-any.whl: f7b4362698fed34f44038de0517b2e5136c1e7c379797198c1736121d3d597bd
notebook-6.4.5.tar.gz: 872e20da9ae518bbcac3e4e0092d5bd35454e847dedb8cb9739e9f3b68406be0
4 years ago
Steven Silvester
3b586535fd
Automated Changelog Entry for 6.4.5 on master ( #6208 )
...
* Automated Changelog Entry for 6.4.5 on master
* Update CHANGELOG.md
Co-authored-by: GitHub Action <41898282+github-actions[bot]@users.noreply.github.com>
4 years ago
Kevin Bates
ccd9665571
Merge pull request #6201 from kevin-bates/revert-nbsphinx-0.8.6
...
Fully revert the pinning of nbsphinx to 0.8.6
4 years ago
Kevin Bates
80b7dba978
Fully revert the pinning of nbsphinx to 0.8.6
4 years ago
Kevin Bates
837e5b9895
Merge pull request #6200 from mgeier/doc-nbsphinx-fix
...
DOC: Fix nbsphinx settings
4 years ago
Matthias Geier
9d70c45f56
DOC: unpin nbsphinx version
4 years ago
Matthias Geier
10b835c68a
DOC: remove unnecessary (and wrong) source_suffix setting
4 years ago
Carol Willing
d564b67714
Merge pull request #6194 from kevin-bates/fix-docs
...
Pin nbsphinx to 0.8.6, clean up orphaned resources
4 years ago
Steven Silvester
07afafca73
workaround for webpack crypto ( #6197 )
4 years ago
Kevin Bates
bce067f7f5
Tickle RTD build
4 years ago
Kevin Bates
6675ca9728
Pin nbsphinx to 0.8.6, clean up orphaned resources
4 years ago
Kevin Bates
76d051eb5e
Merge pull request #6188 from jgarte/jgarte-patch-1-notebookapp
...
Fix typo in docstring
4 years ago
jgart
abecaaa58b
Fix typo in docstring
4 years ago
Sylvain Corlay
41f148395c
Merge pull request #6181 from martinRenou/recover_from_failure_to_render_mimetype
...
Recover from failure to render mimetype
4 years ago
martinRenou
49d1ad98ef
Recover from failure to render mimetype
4 years ago
Kevin Bates
8c145adcda
Merge pull request #6178 from martinRenou/fix_jupyter_client_warning
...
Fix jupyter_client warning
4 years ago
martinRenou
257e6e5478
Fix jupyter_client warning
4 years ago
GitHub Action
65e9701d03
Bump to 6.5.0.dev0
4 years ago
GitHub Action
03bc4e9ed9
Publish 6.4.4
...
SHA256 hashes:
notebook-6.4.4-py3-none-any.whl: 33488bdcc5cbef23c3cfa12cd51b0b5459a211945b5053d17405980611818149
notebook-6.4.4.tar.gz: 26b0095c568e307a310fd78818ad8ebade4f00462dada4c0e34cbad632b9085d
4 years ago
Zachary Sailer
f9618fa518
Merge pull request #6174 from jupyter/changelog-f82b7ef20cde11ec9d9247e9e89e1374
...
Automated Changelog Entry for 6.4.4 on master
4 years ago
GitHub Action
ac00329cfb
Automated Changelog Entry for 6.4.4 on master
4 years ago
Zachary Sailer
c06c340574
Merge pull request #6160 from krassowski/patch-1
...
Use default JupyterLab CSS sanitizer options for Markdown
4 years ago
Michał Krassowski
c64db928f8
Use default JupyterLab CSS sanitizer options for Markdown
4 years ago
Steven Silvester
b75ee54f56
Update Manual Release Instructions ( #6152 )
...
* Update RELEASE.md
Use `jupyter_releaser` for its build dependencies (`build`, `twine`, `tbump`)
* Update RELEASE.md
4 years ago
Zachary Sailer
b2c0789098
Merge pull request #6128 from massongit/patch-1
...
Fix syntax highlight
4 years ago
GitHub Action
021f836c46
Publish 6.4.3
...
SHA256 hashes:
notebook-6.4.3-py3-none-any.whl: b50eafa8208d5db966efd1caa4076b4dfc51815e02a805b32ecd717e9e6cc071
notebook-6.4.3.tar.gz: e6b6dfed36b00cf950f63c0d42e947c101d4258aec21624de62b9e0c11ed5c0d
5 years ago
Zachary Sailer
e1337ec124
Automated Changelog Entry for 6.4.3 on master ( #6135 )
...
* Automated Changelog Entry for 6.4.3 on master
* Update CHANGELOG.md
Co-authored-by: GitHub Action <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Steven Silvester <ssilvester@apple.com>
5 years ago
Zachary Sailer
c373bd89ad
Merge pull request #6133 from afshin/babel-core
...
Add @babel/core dependency
5 years ago
Afshin T. Darian
3909a151a9
Add @babel/core dependency
5 years ago
Zachary Sailer
4ddc293cc5
Merge pull request #6131 from afshin/webpack-production
...
Switch webpack to production mode
5 years ago
Afshin T. Darian
53c6ef0710
Switch webpack to production mode
5 years ago
Steven Silvester
44c7f1260b
clean up link checking ( #6130 )
5 years ago
Masaya Suzuki
326821b61c
Fix syntax highlight
5 years ago