https://github.com/iryukizo/csharp-notebook
Docker image for jupyter-notebook and C# usage
https://github.com/iryukizo/csharp-notebook
docker docker-image dotnet-core jupyter-notebook
Last synced: about 2 months ago
JSON representation
Docker image for jupyter-notebook and C# usage
- Host: GitHub
- URL: https://github.com/iryukizo/csharp-notebook
- Owner: iRyukizo
- Created: 2020-11-20T21:13:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-22T15:20:24.000Z (over 5 years ago)
- Last Synced: 2025-05-22T11:17:45.140Z (about 1 year ago)
- Topics: docker, docker-image, dotnet-core, jupyter-notebook
- Language: Dockerfile
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/iRyukizo/csharp-notebook)
[](https://hub.docker.com/r/ryukizo/csharp-notebook/builds)
[](https://hub.docker.com/r/ryukizo/csharp-notebook)
# C# Notebook
This is meant to be used for educational purposes, as I am a Teaching Assistant in ***EPITA***. \
It is currently using [Jupyter](https://jupyter.org/) and [.NET Interactive](https://github.com/dotnet/interactive).
---
# How to use it ?
If you want to use it, simply pull it from [dockerhub](https://hub.docker.com/r/ryukizo/csharp-notebook).
```sh
docker pull ryukizo/csharp-notebook
```
Default password is : `12345`.
If you want to change it, run the images with:
```sh
docker run -it --env JUP_PASSWD="my_password" ryukizo/csharp-notebook
```