Skip to content

iRyukizo/csharp-notebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Workflow Status Docker build status Docker pulls

C# Notebook

This is meant to be used for educational purposes, as I am a Teaching Assistant in EPITA.
It is currently using Jupyter and .NET Interactive.


How to use it ?

If you want to use it, simply pull it from dockerhub.

docker pull ryukizo/csharp-notebook

Default password is : 12345. If you want to change it, run the images with:

docker run -it --env JUP_PASSWD="my_password" ryukizo/csharp-notebook