All Projects → zabirauf → Icsharp

zabirauf / Icsharp

Licence: other
C# kernel for Jupyter

Programming Languages

csharp
926 projects

Projects that are alternatives of or similar to Icsharp

Stata kernel
A Jupyter kernel for Stata. Works with Windows, macOS, and Linux.
Stars: ✭ 172 (-34.6%)
Mutual labels:  jupyter-notebook, jupyter, jupyter-kernels
Lfortran
Official mirror of https://gitlab.com/lfortran/lfortran. Please submit pull requests (PR) there. Any PR sent here will be closed automatically.
Stars: ✭ 220 (-16.35%)
Mutual labels:  jupyter-notebook, jupyter, jupyter-kernels
Best Of Jupyter
🏆 A ranked list of awesome Jupyter Notebook, Hub and Lab projects (extensions, kernels, tools). Updated weekly.
Stars: ✭ 200 (-23.95%)
Mutual labels:  jupyter-notebook, jupyter, jupyter-kernels
Enterprise gateway
A lightweight, multi-tenant, scalable and secure gateway that enables Jupyter Notebooks to share resources across distributed clusters such as Apache Spark, Kubernetes and others.
Stars: ✭ 412 (+56.65%)
Mutual labels:  jupyter-notebook, jupyter, jupyter-kernels
Almond
A Scala kernel for Jupyter
Stars: ✭ 1,354 (+414.83%)
Mutual labels:  jupyter-notebook, jupyter, jupyter-kernels
Juniperkernel
R Kernel for Jupyter
Stars: ✭ 67 (-74.52%)
Mutual labels:  jupyter-notebook, jupyter, jupyter-kernels
Ielixir
Jupyter's kernel for Elixir programming language
Stars: ✭ 312 (+18.63%)
Mutual labels:  jupyter-notebook, jupyter, jupyter-kernels
Irkernel
R kernel for Jupyter
Stars: ✭ 1,379 (+424.33%)
Mutual labels:  jupyter-notebook, jupyter, jupyter-kernels
Ocaml Jupyter
An OCaml kernel for Jupyter (IPython) notebook
Stars: ✭ 177 (-32.7%)
Mutual labels:  jupyter-notebook, jupyter, jupyter-kernels
Screenshot To Code
A neural network that transforms a design mock-up into a static website.
Stars: ✭ 13,561 (+5056.27%)
Mutual labels:  jupyter-notebook, jupyter
Notebooker
Productionise your Jupyter Notebooks as easily as you wrote them.
Stars: ✭ 215 (-18.25%)
Mutual labels:  jupyter-notebook, jupyter
Paperboy
A web frontend for scheduling Jupyter notebook reports
Stars: ✭ 221 (-15.97%)
Mutual labels:  jupyter-notebook, jupyter
Python For Data Science
A collection of Jupyter Notebooks for learning Python for Data Science.
Stars: ✭ 205 (-22.05%)
Mutual labels:  jupyter-notebook, jupyter
Ten Rules Jupyter
Ten Simple Rules for Writing and Sharing Computational Analyses in Jupyter Notebooks
Stars: ✭ 204 (-22.43%)
Mutual labels:  jupyter-notebook, jupyter
Jupyterwith
declarative and reproducible Jupyter environments - powered by Nix
Stars: ✭ 235 (-10.65%)
Mutual labels:  jupyter-notebook, jupyter
Beakerx
Beaker Extensions for Jupyter Notebook
Stars: ✭ 2,594 (+886.31%)
Mutual labels:  jupyter-notebook, jupyter
Fastpages
An easy to use blogging platform, with enhanced support for Jupyter Notebooks.
Stars: ✭ 2,888 (+998.1%)
Mutual labels:  jupyter-notebook, jupyter
Applied Reinforcement Learning
Reinforcement Learning and Decision Making tutorials explained at an intuitive level and with Jupyter Notebooks
Stars: ✭ 229 (-12.93%)
Mutual labels:  jupyter-notebook, jupyter
Tslab
Interactive JavaScript and TypeScript programming with Jupyter
Stars: ✭ 240 (-8.75%)
Mutual labels:  jupyter-notebook, jupyter
coq jupyter
Jupyter kernel for Coq
Stars: ✭ 70 (-73.38%)
Mutual labels:  jupyter, jupyter-kernels

Build Status

Interactive C# Notebook

ICSharp is an C# language kernel for Jupyter. It allows users to use Jupyter's Notebook frontend, except where Jupyter executes python code, ICSharp can execute C# code. It is based on Roslyn REPL engine of scriptcs., so all the goodies of scriptcs comes along with it.

This is on top of all of Jupyter's other frontend features like Markdown rendering, HTML rendering, saving notebooks for later use and even the ability to view ICSharp Notebooks in Jupyter's NBViewer.

Disclaimer

The development of this language kernel for C# is at it's very early stages. This is Alpha. Take with a large pinch of salt :)

Installation

Mac OS X

Linux

Windows

Feedback

I am eager to receive feedback from anyone who has attempted to use ICSharp. I would love to hear some thoughts on how to improve ICSharp.

Known Issues

  • Console.WriteLine does not print output in the notebook
  • Console.ReadLine does not work currently

Demo

Contributors

Thanks to contributors (in alphabetic order).

Twitter

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].