Jeremy Tuloup
cd3ee260e9
Add missing templates
4 years ago
Jeremy Tuloup
5b6ed99aec
Cleanup previous files
4 years ago
Jeremy Tuloup
c0f3dc02a0
Update to Notebook v7
4 years ago
Jeremy Tuloup
e049582f4d
Additional renaming
4 years ago
Jeremy Tuloup
dfa72c804d
More JupyterNotebookApp renaming
4 years ago
Jeremy Tuloup
e5fefbae07
Update shim, notebook app name
4 years ago
Jeremy Tuloup
46afe5014e
Remove classic server extension
4 years ago
Jeremy Tuloup
89ebdb0261
More updates
4 years ago
Jeremy Tuloup
5fa11dd67d
More retro updates
4 years ago
Jeremy Tuloup
6614c0d62a
Update RetroApp to NotebookApp
4 years ago
Jeremy Tuloup
a5af98159a
Bump to 7.0.0a0
4 years ago
Jeremy Tuloup
312810c345
Rename to NotebookApp
4 years ago
Jeremy Tuloup
8b6c8209ad
More renaming
4 years ago
Kyle Cutler
d7ade663e8
nudge both the shell and control channels ( #6290 )
4 years ago
GitHub Action
2662634338
Bump to 6.5.0.dev0
4 years ago
GitHub Action
d7139792ec
Publish 6.4.8
...
SHA256 hashes:
notebook-6.4.8-py3-none-any.whl: 3e702fcc54b8ae597533c3864793b7a1e971dec9e112f67235828d8a798fd654
notebook-6.4.8.tar.gz: 1e985c9dc6f678bdfffb9dc657306b5469bfa62d73e03f74e8defbf76d284312
4 years ago
Vishwajeet
479902d83a
Fix to add session only after kernel validation ( #6251 )
4 years ago
GitHub Action
52581f8eda
Bump to 6.5.0.dev0
4 years ago
GitHub Action
22961f2f02
Publish 6.4.7
...
SHA256 hashes:
notebook-6.4.7-py3-none-any.whl: 968e9c09639fe4b9dbf4b9f028daf861b563c124d735a99d6d48c09317553f31
notebook-6.4.7.tar.gz: b01da66f11a203b3839d6afa4013674bcfff41c36552f9ad0fbcb2d93c92764a
4 years ago
Li Hua
b77b5e38b8
Fix Chinese punctuation ( #6268 )
...
* Fix Chinese punctuation
4 years ago
Kevin Bates
ea5bfc413f
Merge pull request #6265 from kevin-bates/fix-kernel-message-header
...
Add date field to kernel message header
4 years ago
Kevin Bates
6ab40c1c71
Add date field to kernel message header
4 years ago
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
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
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
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.
5 years ago
Jiaqi
f6d96fadf2
Change to use a universal Chinese translation on certain words
5 years ago
maliubiao
c1543ac367
fix chinese translation typo
5 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
5 years ago
jgart
abecaaa58b
Fix typo in docstring
5 years ago
martinRenou
49d1ad98ef
Recover from failure to render mimetype
5 years ago
martinRenou
257e6e5478
Fix jupyter_client warning
5 years ago
GitHub Action
65e9701d03
Bump to 6.5.0.dev0
5 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
5 years ago
Michał Krassowski
c64db928f8
Use default JupyterLab CSS sanitizer options for Markdown
5 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
Steven Silvester
44c7f1260b
clean up link checking ( #6130 )
5 years ago
GitHub Action
eb6c69de2d
Publish 6.4.2
...
SHA256 hashes:
notebook-6.4.2-py3-none-any.whl: 5ae23d7f831a5788e8bd51a0ba65c486db3bfd43e9db97a62330b6273e3175e3
notebook-6.4.2.tar.gz: ba9db5e5a9bd2d272b67e3de9143cca2be5125578f1c4f2902d7178ce2f0b4ff
5 years ago
Steven Silvester
b69dc8c759
Back to dev version
5 years ago
Steven Silvester
c73e2318ae
Release 6.4.1
5 years ago
Afshin Taylor Darian
79fc76e890
Merge pull request from GHSA-hwvq-6gjx-j797
...
* sanitizer fix
* Pass sanitizer options explicitly
5 years ago
Nazeeh Vahora
94ac6d73c5
Fix issue #3218 ( #6108 )
...
* Fix issue #3218 , add comment "// accessibility improvement" before each line changed
5 years ago
Saiwing
5042c80c62
Add missing spaces to help messages in config file
5 years ago
ilayh123
56416cbd2d
"#element".tooltip is not a function on home page fixed. ( #6070 )
...
* Fixed missing $ symbol and cleaned up code a bit.
5 years ago