You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
milestone on GitHub for the full list of pull requests and issues closed.
16
16
17
+
jupyter-core now has experimental support for PyPy (Python 3.7). Some features are known not to work due to limitations in PyPy, such as hidden file detection on Windows.
18
+
17
19
- Print an error message instead of an exception when a command is not found (:ghpull:`218`)
18
20
- Return canonical path when using ``%APPDATA%`` on Windows (:ghpull:`222`)
19
21
- Print full usage on missing or invalid commands (:ghpull:`225`)
20
22
- Remove dependency on ``pywin32`` package on PyPy (:ghpull:`230`)
21
23
- Update packages listed in ``jupyter --version`` (:ghpull:`232`)
22
24
- Inherit base aliases/flags from traitlets Application, including ``--show-config`` from traitlets 5 (:ghpull:`233`)
25
+
- Trigger warning when trying to check hidden file status on PyPy (:ghpull:`238`)
0 commit comments