-
Notifications
You must be signed in to change notification settings - Fork 836
Closed
Labels
enhancementNew feature or requestNew feature or requestfixed in next version (main)A fix has been implemented and will appear in an upcoming versionA fix has been implemented and will appear in an upcoming version
Description
I'm working on a pyspark project and trying to leverage Microsoft's SynapseML library. There are two ways of installing synapseml:
- Dowloading as a JAR when running Spark submit - This is how it works in production but after downloading it locally, I'm unable to import the python libraries dues to which none of the IDE features work
- Installing it via pip - This won't work in production (spark-submit, Jupyter, etc.) but at least lets us leverage IDE features.
Is there a way to get all IDE features without installing it via pip?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestfixed in next version (main)A fix has been implemented and will appear in an upcoming versionA fix has been implemented and will appear in an upcoming version