-
Task
-
Resolution: Not a Bug
-
Major
-
2.6.0.GA
-
False
-
False
-
Undefined
-
Pylint is now available since CRW-1463, but the user experience is not optimal.
A user might install some library like this:
'pip install pyyaml'
That command will make the library available, but the CRW UI shows errors if we try to use:
'import yaml'
This is because the UI does not realize that the library is available.
It may be because a directory (like /opt/app-root) is not shared.
Please fix this so Python developers have a better experience.
/opt/app-root/
- relates to
-
CRW-1857 Jupyter Notebooks native support through the Python VS Code extension
- Closed