#polyglotnotebooks search results

Practical Open City Data with F#: Collection modules: partition #fsharp #PolyglotNotebooks

florence_dev's tweet image. Practical Open City Data with F#:
Collection modules: partition

#fsharp #PolyglotNotebooks

Woo hoo! Multi language notebook in VS Code using #PolyglotNotebooks 👏sharing variables from C# to F# #CSharp #FSharp

mmwaikar's tweet image. Woo hoo! Multi language notebook in VS Code using #PolyglotNotebooks 👏sharing variables from C# to F# #CSharp #FSharp

This is huge! #PolyglotNotebooks have #python in preview (and R). So I tried to mix my #fsharp to rank city living spaces in a strongly-type fashion with #folium from Python. Now I can promote F# in Python communities :)

florence_dev's tweet image. This is huge!

#PolyglotNotebooks have #python in preview (and R).

So I tried to mix my #fsharp to rank city living spaces in a strongly-type fashion with #folium from Python.

Now I can promote F# in Python communities :)
florence_dev's tweet image. This is huge!

#PolyglotNotebooks have #python in preview (and R).

So I tried to mix my #fsharp to rank city living spaces in a strongly-type fashion with #folium from Python.

Now I can promote F# in Python communities :)

I want to treat the .net interactive team to an epic tea time! They deserve it! #dotnetinteractive #polyglotnotebooks

ThrowATwit's tweet image. I want to treat the .net interactive team to an epic tea time! They deserve it! 
#dotnetinteractive #polyglotnotebooks
ThrowATwit's tweet image. I want to treat the .net interactive team to an epic tea time! They deserve it! 
#dotnetinteractive #polyglotnotebooks
ThrowATwit's tweet image. I want to treat the .net interactive team to an epic tea time! They deserve it! 
#dotnetinteractive #polyglotnotebooks
ThrowATwit's tweet image. I want to treat the .net interactive team to an epic tea time! They deserve it! 
#dotnetinteractive #polyglotnotebooks

#PolyglotNotebooks #fsharp @FableCompiler This is the complete body of my F# kernel extension loader, that displays locally developed web page with HMR (Fast-Refresh)

florence_dev's tweet image. #PolyglotNotebooks #fsharp @FableCompiler 

This is the complete body of my F# kernel extension loader, that displays locally developed web page with HMR (Fast-Refresh)
florence_dev's tweet image. #PolyglotNotebooks #fsharp @FableCompiler 

This is the complete body of my F# kernel extension loader, that displays locally developed web page with HMR (Fast-Refresh)

Added OAuth option to magic command. #PolyglotNotebooks are so powerful and extensible. It only took me couple of hours to build this #PowerApps Notebook.

RajYRaman's tweet image. Added OAuth option to magic command. #PolyglotNotebooks are so powerful and extensible. It only took me couple of hours to build this #PowerApps Notebook.

#fsharp #PolyglotNotebooks ".NET for cities" Geospatial indexing, like h3, is useful when we don't have proper statistical city split or just want to use equal areas for analyses. On the left London with H3 indexing, on the right example borough with statistical areas. Ranked…

florence_dev's tweet image. #fsharp #PolyglotNotebooks

".NET for cities"
Geospatial indexing, like h3, is useful when we don't have proper statistical city split or just  want to use equal areas for analyses.

On the left London with H3 indexing, on the right example borough with statistical areas.

Ranked…

@felt is a fantastic tool for working with maps together by literally every group of people. Including software developers, as it looks great in #PolyglotNotebooks @code too where I mix it with #fsharp

florence_dev's tweet image. @felt is a fantastic tool for working with maps together by literally every group of people.

Including software developers, 
as it looks great in #PolyglotNotebooks @code too 
where I mix it with #fsharp

#fsharp #PolyglotNotebooks #dotnet I'm a bastard. In the morning, I enjoyed combining F# with Python in the @code Notebooks. But later, I hid the Python kernel connection and called Python code behind the scene.

florence_dev's tweet image. #fsharp #PolyglotNotebooks #dotnet

I'm a bastard.

In the morning, I enjoyed combining F# with Python in the @code Notebooks.

But later, I hid the Python kernel connection and called Python code behind the scene.

#fsharp #Python #PolyglotNotebooks I hope you all had as productive a day as I did

florence_dev's tweet image. #fsharp #Python #PolyglotNotebooks

I hope you all had as productive a day as I did

Updated HTTP notebook which shows how to interact with Dataverse API. Two things that I found exciting: 1. Can set multiple variables in single cell 2. HTTP Kernel returns multiple mime types, which means I don't need hacky ways to get response JSON #PowerApps #PolyglotNotebooks


Two ways to query Dataverse's TDS endpoint using #PolyglotNotebooks. #1: Use @MarkMpn's SQL4CDS #2: Use pre-release SQL magic command Will blog about it this week. Polyglot Notebooks is great for interactive documentation. I really love the new #!import capability. #PowerApps


With the latest release of #PolyglotNotebooks (v1.0.5530010), using variables in HTTP kernel and grabbing response, request, headers is so easy. I like this feature! #PowerApps

RajYRaman's tweet image. With the latest release of #PolyglotNotebooks (v1.0.5530010), using variables in HTTP kernel and grabbing response, request, headers is so easy. I like this feature!

#PowerApps

Ranking educational places in #Zurich based on nearby trees that produce allergens #fsharp #PolyglotNotebooks

florence_dev's tweet image. Ranking educational places in #Zurich
based on nearby trees that produce allergens

#fsharp #PolyglotNotebooks

Practical Open Data recipes (#1). Today was a siren test in Germany. In case of a disaster, most Berliners are closer to the shelter than the place of worship. #Berlin #fsharp #PolyglotNotebooks

florence_dev's tweet image. Practical Open Data recipes (#1).

Today was a siren test in Germany.

In case of a disaster, most Berliners are closer to the shelter than the place of worship.

#Berlin #fsharp #PolyglotNotebooks

#fsharp #dotnet #PolyglotNotebooks .NET Interactive tip: While loading your custom extension, you have the option to display sth that describes the functionality of the extension or expresses gratitude to the supporters, before users can begin interacting with notebook cells.…

florence_dev's tweet image. #fsharp #dotnet #PolyglotNotebooks

.NET Interactive tip:

While loading your custom extension, you have the option to display sth that describes the functionality of the extension or expresses gratitude to the supporters, before users can begin interacting with notebook cells.…

I love #PolyglotNotebooks and I use it every day for live documentation. This is a great session to watch. I didn't know about the value kernel's from-value input trick until I watched this session. youtube.com/watch?v=IXRGa5…

RajYRaman's tweet image. I love #PolyglotNotebooks and I use it every day for live documentation. This is a great session to watch. I didn't know about the value kernel's from-value input trick until I watched this session.

youtube.com/watch?v=IXRGa5…

Added HTTP Kernel sample for Dataverse API. Also shows how to use KernelEvents to grab response JSON from HTTP response (bit hacky though). github.com/rajyraman/poly… #PowerApps #PolyglotNotebooks

RajYRaman's tweet image. Added HTTP Kernel sample for Dataverse API. Also shows how to use KernelEvents to grab response JSON from HTTP response (bit hacky though).

github.com/rajyraman/poly…

#PowerApps #PolyglotNotebooks

Sharing a collection from C# to Power Fx kernel now works with the latest version of Power Fx kernel. github.com/rajyraman/Powe… #PowerApps #PolyglotNotebooks

RajYRaman's tweet image. Sharing a collection from C# to Power Fx kernel now works with the latest version of Power Fx kernel.

github.com/rajyraman/Powe…

#PowerApps #PolyglotNotebooks

Install v1.0.5229040 of #PolyglotNotebooks extension if you want to continue using Power Fx kernel. Latest version v1.0.5565010 broke it. github.com/rajyraman/Powe… #PowerApps

RajYRaman's tweet image. Install v1.0.5229040 of #PolyglotNotebooks extension if you want to continue using Power Fx kernel. Latest version v1.0.5565010 broke it.

github.com/rajyraman/Powe…

#PowerApps

With the latest release of #PolyglotNotebooks (v1.0.5530010), using variables in HTTP kernel and grabbing response, request, headers is so easy. I like this feature! #PowerApps

RajYRaman's tweet image. With the latest release of #PolyglotNotebooks (v1.0.5530010), using variables in HTTP kernel and grabbing response, request, headers is so easy. I like this feature!

#PowerApps

Sharing a collection from C# to Power Fx kernel now works with the latest version of Power Fx kernel. github.com/rajyraman/Powe… #PowerApps #PolyglotNotebooks

RajYRaman's tweet image. Sharing a collection from C# to Power Fx kernel now works with the latest version of Power Fx kernel.

github.com/rajyraman/Powe…

#PowerApps #PolyglotNotebooks

Hi @jonsequitur when can we expect support for the latest .Net, F# & C# in Polyglot Notebooks? Thanks. #VSCode #PolyglotNotebooks


TIL that ScottPlot is a free and open-source plotting library for .NET that also works in .Net Interactive Notebooks, looks very interesting, do check it out. #Dotnet #PolyglotNotebooks scottplot.net


#fsharp #Python #PolyglotNotebooks I hope you all had as productive a day as I did

florence_dev's tweet image. #fsharp #Python #PolyglotNotebooks

I hope you all had as productive a day as I did

📢 We're excited to welcome MVP Doug Finke to the livestream to demo #ChatGPT in #copilot #polyglotnotebooks and #PowerShell #AI Integration! Mark your calendar 📆 and join us on Thursday🎬 aka.ms/code-livestrea… 8 am Seattle / 11 am New York / 4 pm London @dfinke

code's tweet image. 📢 We're excited to welcome MVP Doug Finke to the livestream to demo #ChatGPT in #copilot #polyglotnotebooks and #PowerShell #AI Integration! Mark your calendar 📆 and join us on Thursday🎬 aka.ms/code-livestrea…
8 am Seattle / 11 am New York / 4 pm London  
@dfinke

#fsharp #PolyglotNotebooks #dotnet I'm a bastard. In the morning, I enjoyed combining F# with Python in the @code Notebooks. But later, I hid the Python kernel connection and called Python code behind the scene.

florence_dev's tweet image. #fsharp #PolyglotNotebooks #dotnet

I'm a bastard.

In the morning, I enjoyed combining F# with Python in the @code Notebooks.

But later, I hid the Python kernel connection and called Python code behind the scene.

This is huge! #PolyglotNotebooks have #python in preview (and R). So I tried to mix my #fsharp to rank city living spaces in a strongly-type fashion with #folium from Python. Now I can promote F# in Python communities :)

florence_dev's tweet image. This is huge!

#PolyglotNotebooks have #python in preview (and R).

So I tried to mix my #fsharp to rank city living spaces in a strongly-type fashion with #folium from Python.

Now I can promote F# in Python communities :)
florence_dev's tweet image. This is huge!

#PolyglotNotebooks have #python in preview (and R).

So I tried to mix my #fsharp to rank city living spaces in a strongly-type fashion with #folium from Python.

Now I can promote F# in Python communities :)

Updated HTTP notebook which shows how to interact with Dataverse API. Two things that I found exciting: 1. Can set multiple variables in single cell 2. HTTP Kernel returns multiple mime types, which means I don't need hacky ways to get response JSON #PowerApps #PolyglotNotebooks


#fsharp #dotnet #PolyglotNotebooks .NET Interactive tip: While loading your custom extension, you have the option to display sth that describes the functionality of the extension or expresses gratitude to the supporters, before users can begin interacting with notebook cells.…

florence_dev's tweet image. #fsharp #dotnet #PolyglotNotebooks

.NET Interactive tip:

While loading your custom extension, you have the option to display sth that describes the functionality of the extension or expresses gratitude to the supporters, before users can begin interacting with notebook cells.…

#fsharp #PolyglotNotebooks ".NET for cities" Geospatial indexing, like h3, is useful when we don't have proper statistical city split or just want to use equal areas for analyses. On the left London with H3 indexing, on the right example borough with statistical areas. Ranked…

florence_dev's tweet image. #fsharp #PolyglotNotebooks

".NET for cities"
Geospatial indexing, like h3, is useful when we don't have proper statistical city split or just  want to use equal areas for analyses.

On the left London with H3 indexing, on the right example borough with statistical areas.

Ranked…

#PolyglotNotebooks #fsharp @FableCompiler This is the complete body of my F# kernel extension loader, that displays locally developed web page with HMR (Fast-Refresh)

florence_dev's tweet image. #PolyglotNotebooks #fsharp @FableCompiler 

This is the complete body of my F# kernel extension loader, that displays locally developed web page with HMR (Fast-Refresh)
florence_dev's tweet image. #PolyglotNotebooks #fsharp @FableCompiler 

This is the complete body of my F# kernel extension loader, that displays locally developed web page with HMR (Fast-Refresh)

#fsharp #PolyglotNotebooks tip: do you want to use .NET Interactive in your web app but you don't know where to start ? Well, this is not yet easy to do. But there is a nice, much simpler alternative: put your web app inside Polyglot Notebooks


Added HTTP Kernel sample for Dataverse API. Also shows how to use KernelEvents to grab response JSON from HTTP response (bit hacky though). github.com/rajyraman/poly… #PowerApps #PolyglotNotebooks

RajYRaman's tweet image. Added HTTP Kernel sample for Dataverse API. Also shows how to use KernelEvents to grab response JSON from HTTP response (bit hacky though).

github.com/rajyraman/poly…

#PowerApps #PolyglotNotebooks

Exploring job offers through hands-on coding adventures with #PolyglotNotebooks: #csharp switch expressions with pattern matching. Rust not yet updated to Rust™ #dotnet #fsharp


No results for "#polyglotnotebooks"

Woo hoo! Multi language notebook in VS Code using #PolyglotNotebooks 👏sharing variables from C# to F# #CSharp #FSharp

mmwaikar's tweet image. Woo hoo! Multi language notebook in VS Code using #PolyglotNotebooks 👏sharing variables from C# to F# #CSharp #FSharp

Practical Open City Data with F#: Collection modules: partition #fsharp #PolyglotNotebooks

florence_dev's tweet image. Practical Open City Data with F#:
Collection modules: partition

#fsharp #PolyglotNotebooks

I want to treat the .net interactive team to an epic tea time! They deserve it! #dotnetinteractive #polyglotnotebooks

ThrowATwit's tweet image. I want to treat the .net interactive team to an epic tea time! They deserve it! 
#dotnetinteractive #polyglotnotebooks
ThrowATwit's tweet image. I want to treat the .net interactive team to an epic tea time! They deserve it! 
#dotnetinteractive #polyglotnotebooks
ThrowATwit's tweet image. I want to treat the .net interactive team to an epic tea time! They deserve it! 
#dotnetinteractive #polyglotnotebooks
ThrowATwit's tweet image. I want to treat the .net interactive team to an epic tea time! They deserve it! 
#dotnetinteractive #polyglotnotebooks

This is huge! #PolyglotNotebooks have #python in preview (and R). So I tried to mix my #fsharp to rank city living spaces in a strongly-type fashion with #folium from Python. Now I can promote F# in Python communities :)

florence_dev's tweet image. This is huge!

#PolyglotNotebooks have #python in preview (and R).

So I tried to mix my #fsharp to rank city living spaces in a strongly-type fashion with #folium from Python.

Now I can promote F# in Python communities :)
florence_dev's tweet image. This is huge!

#PolyglotNotebooks have #python in preview (and R).

So I tried to mix my #fsharp to rank city living spaces in a strongly-type fashion with #folium from Python.

Now I can promote F# in Python communities :)

@felt is a fantastic tool for working with maps together by literally every group of people. Including software developers, as it looks great in #PolyglotNotebooks @code too where I mix it with #fsharp

florence_dev's tweet image. @felt is a fantastic tool for working with maps together by literally every group of people.

Including software developers, 
as it looks great in #PolyglotNotebooks @code too 
where I mix it with #fsharp

#PolyglotNotebooks #fsharp @FableCompiler This is the complete body of my F# kernel extension loader, that displays locally developed web page with HMR (Fast-Refresh)

florence_dev's tweet image. #PolyglotNotebooks #fsharp @FableCompiler 

This is the complete body of my F# kernel extension loader, that displays locally developed web page with HMR (Fast-Refresh)
florence_dev's tweet image. #PolyglotNotebooks #fsharp @FableCompiler 

This is the complete body of my F# kernel extension loader, that displays locally developed web page with HMR (Fast-Refresh)

#fsharp #Python #PolyglotNotebooks I hope you all had as productive a day as I did

florence_dev's tweet image. #fsharp #Python #PolyglotNotebooks

I hope you all had as productive a day as I did

Added OAuth option to magic command. #PolyglotNotebooks are so powerful and extensible. It only took me couple of hours to build this #PowerApps Notebook.

RajYRaman's tweet image. Added OAuth option to magic command. #PolyglotNotebooks are so powerful and extensible. It only took me couple of hours to build this #PowerApps Notebook.

#fsharp #PolyglotNotebooks ".NET for cities" Geospatial indexing, like h3, is useful when we don't have proper statistical city split or just want to use equal areas for analyses. On the left London with H3 indexing, on the right example borough with statistical areas. Ranked…

florence_dev's tweet image. #fsharp #PolyglotNotebooks

".NET for cities"
Geospatial indexing, like h3, is useful when we don't have proper statistical city split or just  want to use equal areas for analyses.

On the left London with H3 indexing, on the right example borough with statistical areas.

Ranked…

#fsharp #PolyglotNotebooks #dotnet I'm a bastard. In the morning, I enjoyed combining F# with Python in the @code Notebooks. But later, I hid the Python kernel connection and called Python code behind the scene.

florence_dev's tweet image. #fsharp #PolyglotNotebooks #dotnet

I'm a bastard.

In the morning, I enjoyed combining F# with Python in the @code Notebooks.

But later, I hid the Python kernel connection and called Python code behind the scene.

Ranking educational places in #Zurich based on nearby trees that produce allergens #fsharp #PolyglotNotebooks

florence_dev's tweet image. Ranking educational places in #Zurich
based on nearby trees that produce allergens

#fsharp #PolyglotNotebooks

Practical Open Data recipes (#1). Today was a siren test in Germany. In case of a disaster, most Berliners are closer to the shelter than the place of worship. #Berlin #fsharp #PolyglotNotebooks

florence_dev's tweet image. Practical Open Data recipes (#1).

Today was a siren test in Germany.

In case of a disaster, most Berliners are closer to the shelter than the place of worship.

#Berlin #fsharp #PolyglotNotebooks

With the latest release of #PolyglotNotebooks (v1.0.5530010), using variables in HTTP kernel and grabbing response, request, headers is so easy. I like this feature! #PowerApps

RajYRaman's tweet image. With the latest release of #PolyglotNotebooks (v1.0.5530010), using variables in HTTP kernel and grabbing response, request, headers is so easy. I like this feature!

#PowerApps

Hledáte vhodný nástroj pro rychlé prototypování a testování kódu v .NET, zároveň sloužící jako přehledná dokumentace? Společně s @kozuch_vojtech z @itixocz se podíváme na rozšíření #PolyglotNotebooks, které umožňuje integraci do #VSCode #MeetUpdate 👉 ostrava.meetupdate.cz

update_conf's tweet image. Hledáte vhodný nástroj pro rychlé prototypování a testování kódu v .NET, zároveň sloužící jako přehledná dokumentace? Společně s @kozuch_vojtech z @itixocz se podíváme na rozšíření #PolyglotNotebooks, které umožňuje integraci do #VSCode

#MeetUpdate 👉 ostrava.meetupdate.cz

#fsharp #dotnet #PolyglotNotebooks .NET Interactive tip: While loading your custom extension, you have the option to display sth that describes the functionality of the extension or expresses gratitude to the supporters, before users can begin interacting with notebook cells.…

florence_dev's tweet image. #fsharp #dotnet #PolyglotNotebooks

.NET Interactive tip:

While loading your custom extension, you have the option to display sth that describes the functionality of the extension or expresses gratitude to the supporters, before users can begin interacting with notebook cells.…

Added HTTP Kernel sample for Dataverse API. Also shows how to use KernelEvents to grab response JSON from HTTP response (bit hacky though). github.com/rajyraman/poly… #PowerApps #PolyglotNotebooks

RajYRaman's tweet image. Added HTTP Kernel sample for Dataverse API. Also shows how to use KernelEvents to grab response JSON from HTTP response (bit hacky though).

github.com/rajyraman/poly…

#PowerApps #PolyglotNotebooks

📢 We're excited to welcome MVP Doug Finke to the livestream to demo #ChatGPT in #copilot #polyglotnotebooks and #PowerShell #AI Integration! Mark your calendar 📆 and join us on Thursday🎬 aka.ms/code-livestrea… 8 am Seattle / 11 am New York / 4 pm London @dfinke

code's tweet image. 📢 We're excited to welcome MVP Doug Finke to the livestream to demo #ChatGPT in #copilot #polyglotnotebooks and #PowerShell #AI Integration! Mark your calendar 📆 and join us on Thursday🎬 aka.ms/code-livestrea…
8 am Seattle / 11 am New York / 4 pm London  
@dfinke

I love #PolyglotNotebooks and I use it every day for live documentation. This is a great session to watch. I didn't know about the value kernel's from-value input trick until I watched this session. youtube.com/watch?v=IXRGa5…

RajYRaman's tweet image. I love #PolyglotNotebooks and I use it every day for live documentation. This is a great session to watch. I didn't know about the value kernel's from-value input trick until I watched this session.

youtube.com/watch?v=IXRGa5…

Sharing a collection from C# to Power Fx kernel now works with the latest version of Power Fx kernel. github.com/rajyraman/Powe… #PowerApps #PolyglotNotebooks

RajYRaman's tweet image. Sharing a collection from C# to Power Fx kernel now works with the latest version of Power Fx kernel.

github.com/rajyraman/Powe…

#PowerApps #PolyglotNotebooks

Loading...

Something went wrong.


Something went wrong.


United States Trends