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
SV Python API users have requested extended python functionality via importing additional modules (typically a core strength of the Python language) but there is no clear way to accomplish this for the Python interpreter that is shipped with SV. Since module inclusion is also user dependent, it is unlikely that additional packages will be included in the base Python API unless a majority users request specific package functionality. There is a need to establish some quick installation function for adding simple external python packages to the SV Python API to extend user functionality without building them into the base installer.
Example of Problem?
matplotlib is often used to create simple visuals and is a commonly imported package by many native Python coders. Because of its package size and limited use within SV, it has been omitted from the base installer and cannot be imported within the SV Python API.
Picture of what happens
The text was updated successfully, but these errors were encountered:
Why is this being added?
Example of Problem?
Picture of what happens
The text was updated successfully, but these errors were encountered: