2021.3.1 (23 March 2021)
Fixes
- Fix link to create a new Jupyter notebook in Python start page.
(#15621) - Upgrade to latest
jedi-language-server
and use it for python >= 3.6. Usejedi<0.18
for python 2.7 and <=3.5.
(#15724) - Check if Python executable file exists instead of launching the Python process.
(#15725) - Fix for Go to definition needs to be pressed twice.
(thanks djplt)
(#15727)