mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-24 12:05:22 +08:00
Add browser compatibility info
Moved from IPython docs
This commit is contained in:
parent
6992965967
commit
b9c88fdf84
@ -405,3 +405,26 @@ You can generate a new notebook signing key with::
|
||||
$ jupyter trust --reset
|
||||
|
||||
.. include:: links.txt
|
||||
|
||||
Browser Compatibility
|
||||
---------------------
|
||||
|
||||
The Jupyter Notebook is officially supported on the following browsers:
|
||||
|
||||
* Chrome ≥ 13
|
||||
* Safari ≥ 5
|
||||
* Firefox ≥ 6
|
||||
|
||||
The is mainly due to the notebook's usage of WebSockets and the flexible box model.
|
||||
|
||||
The following browsers are unsupported:
|
||||
|
||||
* Safari < 5
|
||||
* Firefox < 6
|
||||
* Chrome < 13
|
||||
* Opera (any): CSS issues, but execution might work
|
||||
* Internet Explorer < 10
|
||||
* Internet Explorer ≥ 10 (same as Opera)
|
||||
|
||||
Using Safari with HTTPS and an untrusted certificate is known to not work
|
||||
(websockets will fail).
|
||||
|
Loading…
Reference in New Issue
Block a user