csharpfritz / csharp_with_csharpfritz

Show notes, slides, and samples from the CSharp with CSharpFritz show
MIT License
659 stars 215 forks source link

[Question] About Jupyter Notebooks, github, binder and VS Code #92

Closed ethedy closed 3 years ago

ethedy commented 3 years ago

Hello Jeff, as you can see in the "header" the "content-length" of my "request" is too long... 😉

First, I want to thank you and congratulate for the passion, dedication and tech detail in your live streamings, good job!

Second, if you can at some time in the near future, explain about the end-to-end process for get the same configuration just like your repository: how can I deploy or set the notebooks in github with binder support, and also get the same locally with VS Code with and without docker. I am a humble instructor of C# in a non-profit organization in my city (Rosario, Argentina) and I wish to replicate your teach technique, at least for the basics concepts of the language

Thanks again!

PS: I originally post the same question in Fritz.LiveStream by mistake. Sorry

csharpfritz commented 3 years ago

Check out the instructions and readme in the .NET Interactive repository: https://github.com/dotnet/interactive

Thanks for the question!

ethedy commented 3 years ago

And thanks for the reply!