Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zabirauf/icsharp
C# kernel for Jupyter
https://github.com/zabirauf/icsharp
csharp jupyter jupyter-kernels jupyter-notebook
Last synced: about 2 months ago
JSON representation
C# kernel for Jupyter
- Host: GitHub
- URL: https://github.com/zabirauf/icsharp
- Owner: zabirauf
- License: other
- Created: 2014-09-22T07:57:50.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-06-22T17:44:39.000Z (over 2 years ago)
- Last Synced: 2024-08-01T19:42:41.214Z (5 months ago)
- Topics: csharp, jupyter, jupyter-kernels, jupyter-notebook
- Language: C#
- Homepage:
- Size: 1.75 MB
- Stars: 277
- Watchers: 20
- Forks: 63
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-jupyter-resources - GitHub - 71% open · ⏱️ 23.09.2018): (Jupyter内核)
README
[![Build Status](https://travis-ci.org/zabirauf/icsharp.svg)](https://travis-ci.org/zabirauf/icsharp)
# Interactive C# Notebook
ICSharp is an C# language kernel for [Jupyter.](http://jupyter.org) 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.](http://scriptcs.net/),
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](http://nbviewer.jupyter.org/).### 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](https://github.com/zabirauf/icsharp/wiki/Install-on-Mac-OS-X)
#### [Linux](https://github.com/zabirauf/icsharp/wiki/Install-on-Unix-(Debian-7.8))
#### [Windows](https://github.com/zabirauf/icsharp/wiki/Installation)
### Feedback
I am eager to receive [feedback](mailto:[email protected]) 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](http://nbviewer.jupyter.org/urls/gist.githubusercontent.com/zabirauf/a0d4aa22b383afaa1e23/raw/65e539dc98b2cf3e38cc26faf3575e50f4ac9108/iCSharp%20Sample.ipynb)
## Contributors
Thanks to contributors (in alphabetic order).
* [awb99](https://github.com/awb99)
* [denfromufa](https://github.com/denfromufa)
* [gwenzek](https://github.com/gwenzek)## [Twitter](http://twitter.com/zabirauf)