Forum Discussion
import httpx errors in notebook
- 2 years ago
Hi Nikhil234
Have you considered using environments? See https://learn.microsoft.com/en-us/fabric/data-engineering/create-and-use-environment
You can add the required library in your environment and then attach the environment either on workspace- or notebook-level to be used in your code. Using this environment should then enable importing the library in the notebook without executing pip install each time.
Hope this helps. ๐
Hi Nikhil234
Have you considered using environments? See https://learn.microsoft.com/en-us/fabric/data-engineering/create-and-use-environment
You can add the required library in your environment and then attach the environment either on workspace- or notebook-level to be used in your code. Using this environment should then enable importing the library in the notebook without executing pip install each time.
Hope this helps. ๐