Forum Discussion
Starting Session takes really slow - notebook session Microsoft Fabric
- 1 year ago
Hi innocence84,
Hello there
There's no extra fee for High Concurrency Mode it comes with your F32 Fabric Capacity. It consumes your current capacity units (CU), so you can turn it on and utilize it without paying extra.If this post helps, then please give us ‘Kudos’ and consider Accept it as a solution to help the other members find it more quickly.
Thank you.
Hi innocence84
The error occurs because inline package installation (`%pip`) is disabled in non-interactive pipeline runs.
Use Fabric Environments to pre-install libraries:
1. Create a Fabric Environment in your workspace.
2. Add required Python libraries (e.g., `semantic-link`, `geopandas`) to the environment.
3. Publish the environment and set it as the default for your workspace or pipeline
Optimize session startup using High Concurrency Mode and default environments.