{"id":19660037,"url":"https://github.com/secana/dotnet-interactive-docker","last_synced_at":"2025-04-28T20:32:05.401Z","repository":{"id":37864251,"uuid":"240353813","full_name":"secana/dotnet-interactive-docker","owner":"secana","description":"Docker container for .NET interactive","archived":false,"fork":false,"pushed_at":"2025-03-20T20:11:36.000Z","size":70,"stargazers_count":25,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-05T10:51:09.502Z","etag":null,"topics":["csharp","dotnet","fsharp","jupyter","jupyter-notebook","powershell"],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/secana.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-02-13T20:24:55.000Z","updated_at":"2025-03-20T20:11:34.000Z","dependencies_parsed_at":"2023-11-15T23:24:23.491Z","dependency_job_id":"741978d1-d8fe-4b42-847c-6e39c02c9696","html_url":"https://github.com/secana/dotnet-interactive-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/secana%2Fdotnet-interactive-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/secana%2Fdotnet-interactive-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/secana%2Fdotnet-interactive-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/secana%2Fdotnet-interactive-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/secana","download_url":"https://codeload.github.com/secana/dotnet-interactive-docker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251383857,"owners_count":21580955,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["csharp","dotnet","fsharp","jupyter","jupyter-notebook","powershell"],"created_at":"2024-11-11T15:45:04.190Z","updated_at":"2025-04-28T20:32:05.151Z","avatar_url":"https://github.com/secana.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# .NET Interactive Docker\r\n\r\n[.NET Interactive](https://github.com/dotnet/interactive) allows the execution of .NET (C#, F#, PowerShell) in a [Jupyter Notebook](https://jupyter.org/).\r\n\r\nThis repository contains a Dockerfile to allow users to run a _Jupyter_ instance with a _.NET_ kernel without the need install the tools locally.\r\n\r\n## Run .NET Interactive\r\n\r\n**Windows**:\r\n\r\n```powershell\r\ndocker run -it --rm -p 8888:8888 -v ${PWD}:/home/user/local secana/dotnet-interactive:latest\r\n```\r\n\r\n**Linux**:\r\n\r\n```bash\r\ndocker run -it --rm -p 8888:8888 -v $(pwd):/home/user/local secana/dotnet-interactive:latest\r\n```\r\n\r\nThis mounts your current working directory to the _local_ folder in the _Jupyter_ instance. The output will look like below. To open the notebook, click on the link in the last line.\r\n\r\n```bash\r\n...\r\n[C 21:30:03.210 NotebookApp]\r\n\r\n    To access the notebook, open this file in a browser:\r\n        file:///home/user/.local/share/jupyter/runtime/nbserver-1-open.html\r\n    Or copy and paste one of these URLs:\r\n        http://193b0d4a4821:8888/?token=315f63eee4f367bfe27aa340547a0493f9880ff0521e78d8\r\n     or http://127.0.0.1:8888/?token=315f63eee4f367bfe27aa340547a0493f9880ff0521e78d8\r\n```\r\n\r\n## Build container\r\n\r\nTo build the container yourself, run:\r\n\r\n```powershell\r\ndocker build -t jupyter .\r\n```\r\n\r\nAn image is build locally with the name _jupyter_.\r\n\r\n### Push to Docker Hub\r\n\r\n```powershell\r\ndocker login\r\ndocker tag jupyter secana/dotnet-interactive\r\ndocker tag jupyter secana/dotnet-interactive:latest\r\ndocker tag jupyter secana/dotnet-interactive:2020.02\r\ndocker push secana/dotnet-interactive\r\n```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsecana%2Fdotnet-interactive-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsecana%2Fdotnet-interactive-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsecana%2Fdotnet-interactive-docker/lists"}