Skip to content

gwenzek/icsharp

 
 

Repository files navigation

Build Status

#Interactive C# Notebook ICSharp is an C# language kernel for IPython. It allows users to use IPython's Notebook frontend, except where IPython 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 IPython's other frontend features like Markdown rendering, HTML rendering, saving notebooks for later use and even the ability to view ICSharp Notebooks in IPython'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

Windows

  1. Install chocolatey
  2. Install python (2.x) and pip using chocolatey
  3. Install ipython using pip
  4. Install ICSharp using chocolatey by executing choco install ICSharp
  5. Start IPython notebook with C# kernel by running ipython notebook --profile=icsharp

###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).

About

C# kernel for IPython

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 65.9%
  • Jupyter Notebook 33.6%
  • Shell 0.5%