Welcome to Microsoft Fabric Ideas
1-10 of 22 results
Eileen Allan on 2023-05-05 22:10:57
Integrate Copilot into the Notebook experience
Today code completion for notebooks does not benefit of the advanced code recommendations that Github Copilot gives, integration with Copilot will speed up the use of the product for both existing and new users.
Misha Desai (administrator)
Fabric developers will have access to Copilot experiences similar to GitHub Copilot. These experiences are currently in limited private preview and we are planning a broader preview early next year.
Ghouse Mohammed on 2023-06-04 20:43:46
Accessing Warehouse from Syanpse Data Science Notebook
Hi,In the Microsoft Fabric when I am in the Synapse Data Science Notebook on the left pane I am only seeing an option to add Lakehouse to the Lakehouse explorer. But as a Data Scientist if I want to explore DataWarehouse as well how do I do that? Can we also add an option to ...
Administrator
The ability to use a Notebook against DW using T-SQL language is work planned.
Matthias Wong on 2023-06-05 06:22:12
REST API and python SDK for Spark jobs
The management of Spark jobs is done via the GUI Create an Apache Spark job definition - Microsoft Fabric |...
Administrator
RestAPI and SDK support for Spark Job is planned and we already activtly working on this feature..
Bob Duffy on 2023-08-29 13:23:10
Add support for office PIPs into Fabric Notebooks (Python)
Its very common to need to integrate Fabric PySpark into office to download excel files. Currently this is difficult to do and if we do a pip install at Library level, the startup times is too slow.Can we get the following PIP installs into the standard Spark "Started" image ...
Misha Desai (administrator)
Thank you for the feedback. To clarify, are you looking for support to run inline installation within the notebook or are you looking to have the libraries listed part of the default Fabric runtime?
For running inline Python installations with PIP, you can do this at the session-level: Python library management in Fabric - Microsoft Fabric | Microsoft Learn.
Tessa Ickx on 2023-07-11 16:28:05
Add data wrangler for pyspark dataframes
The data wrangler functionality in the notebooks for Pandas DataFrames is great. Can we have the same data wrangler for Pyspark dataframes?
Misha Desai (administrator)
This feature is in our roadmap. Please stay tuned. We will share more details as they become available.
Stefan Endl on 2023-09-28 06:02:30
MS Fabric GPU / Cuda support
For deep learning tasks it would be great to have an easy way to use cuda devices in MS Fabric notebooks.
Sandeep Pawar on 2023-07-06 16:11:09
Run cells in section in notebook
Currently there are 4 options to run notebook cells - individual cell, all cells, run cells above and run cells below. Google Colab introduced a new way to run cells in a section. To achieve similar behavior, I freeze cells and then use run cells above/below. Similar to Colab, it would be grea...
Matthias Wong on 2023-06-05 06:14:51
Support for developing python/R modules files in Spark
Very excited about Fabric in general, and the support for data scientists with delta as the underlying interoperability. However, it is currently impossible to build a sophisticated Fabric Spark pipeline with more than 2 or 3 python files. This is the current set up really su...
Alexandre Vilcek on 2023-06-02 17:56:40
Easier option to duplicate and export notebooks
It would be nice to also have options to duplicate and export a notebook right from the context menu that one has when listing the objects in a Fabric Workspace, by clicking the 3 dots ("More options") at the right side of the notebook name in that list, without having to open the notebook. Th...
Natalie Harrison on 2023-05-05 21:19:35
C# as supported Apache Spark Language in Notebooks
Spark job definitions has language support for PySpark (Python) and Spark (Scala/Java). However, Apache Spark in Azure Synapse Analytics also supports C# (See: https://learn.microsoft.com/en-us/azure/synapse-analytics/spark/apache-spark-overview#apache-spark-in-azure-synapse-analytics-use-case...