org-arl / arlpy

ARL Python Tools
BSD 3-Clause "New" or "Revised" License
118 stars 37 forks source link

Add support for Jupyter in VSCode #76

Closed rigelifland closed 1 year ago

rigelifland commented 1 year ago

Plot.py checks to see if the user is using a Jupyter environment so that it can inline plots. The current check only works for Jupyter Lab/Jupyter Notebook. This updates that check to something that should work for any Jupyter environment, including VSCode.