{"id":23534189,"url":"https://github.com/functionally/deltaq-jupyter","last_synced_at":"2026-04-29T17:01:27.746Z","repository":{"id":268606277,"uuid":"904907604","full_name":"functionally/deltaq-jupyter","owner":"functionally","description":"Jupyter kernel for DeltaQ","archived":false,"fork":false,"pushed_at":"2025-09-16T14:04:06.000Z","size":1051,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-16T15:43:57.395Z","etag":null,"topics":["delta-qsd","jupyter","network","simulation"],"latest_commit_sha":null,"homepage":"","language":"Nix","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/functionally.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-12-17T19:27:24.000Z","updated_at":"2025-09-16T14:04:10.000Z","dependencies_parsed_at":"2024-12-23T14:46:41.072Z","dependency_job_id":"cc3bff40-68f5-4b3d-9215-0285977cf225","html_url":"https://github.com/functionally/deltaq-jupyter","commit_stats":null,"previous_names":["functionally/dq-revamp-jupyter","functionally/deltaq-jupyter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/functionally/deltaq-jupyter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/functionally%2Fdeltaq-jupyter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/functionally%2Fdeltaq-jupyter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/functionally%2Fdeltaq-jupyter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/functionally%2Fdeltaq-jupyter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/functionally","download_url":"https://codeload.github.com/functionally/deltaq-jupyter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/functionally%2Fdeltaq-jupyter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32435122,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T13:34:34.882Z","status":"ssl_error","status_checked_at":"2026-04-29T13:34:29.830Z","response_time":110,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["delta-qsd","jupyter","network","simulation"],"created_at":"2024-12-26T00:15:35.142Z","updated_at":"2026-04-29T17:01:27.708Z","avatar_url":"https://github.com/functionally.png","language":"Nix","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jupyter kernel for DeltaQ\n\nA customized Jupyter iHaskell kernel for use with the [deltaq](https://github.com/DeltaQ-SD/deltaq) tool.\n\n\n## Running a Jupyter server using Nix\n\nLaunch Jupyter with the iHaskell kernel including the `deltaq` and `probability-polynomial` packages:\n\n```bash\nnix run\n```\n\nIn fact, this Jupyter kernel can be launced without directly cloning this repository:\n\n```bash\nnix run github:functionally/deltaq-jupyter\n```\n\n## Docker\n\n\n### Building a docker image using Nix\n\nFirst build the image.\n\n```console\n$ nix build -o deltaq-jupyter-docker.tar.gz \".#docker\"\n\n$ docker load --quiet \u003c deltaq-jupyter-docker.tar.gz\nLoaded image: localhost/jupyter-deltaq:2mf9zcagms0isg5n94xsml34kj4bn42k\n```\n\n\n### Push to docker registry\n\nYou can push the image to a registry.\n\n```bash\ndocker push localhost/jupyter-deltaq:2mf9zcagms0isg5n94xsml34kj4bn42k \\\n            docker.io/bwbush/jupyter-deltaq:2mf9zcagms0isg5n94xsml34kj4bn42k\n```\n\n\n### Run the server in docker.\n\nYou can run the local image, exposing the service on port 9999 for example. The container should have at least 4 GB of memory and two CPUs, but larger computations require more memory. If you deploy this on kubernetes, you can use the HTTP path `/api` as the health check.\n\nLocally, \n\n```bash\ndocker run --publish 9999:8888 localhost/jupyter-deltaq:2mf9zcagms0isg5n94xsml34kj4bn42k\n```\n\nor from DockerHub,\n\n```bash\ndocker run --publish 9999:8888 ghcr.io/functionally/deltaq-jupyter:latest\n```\n\nThe default password is `deltaq`: you can change this by visiting http://localhost:9999/lab in a web browser. Alternatively, you can use with the default password by visiting http://localhost:9999/lab?token=deltaq.\n\nUse the \"upload\" and \"download\" features to move notebooks in and out of the container.\n\n\n## Updates\n\nIn order to use the latest version of the `deltaq` packages, update the nix flake.\n\n```bash\nnix flake lock --update-input deltaq \n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffunctionally%2Fdeltaq-jupyter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffunctionally%2Fdeltaq-jupyter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffunctionally%2Fdeltaq-jupyter/lists"}