{"id":40167066,"url":"https://github.com/jbangdev/jbang-jupyter-examples","last_synced_at":"2026-01-19T16:39:21.632Z","repository":{"id":319054401,"uuid":"1070731342","full_name":"jbangdev/jbang-jupyter-examples","owner":"jbangdev","description":"Examples of using JBang in Jupyter notebooks","archived":false,"fork":false,"pushed_at":"2025-11-03T08:36:16.000Z","size":76,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-03T10:19:42.178Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jbangdev.png","metadata":{"files":{"readme":"readme.ipynb","changelog":null,"contributing":null,"funding":null,"license":null,"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},"funding":{"github":"commonhaus","open_collective":"commonhaus-foundation"}},"created_at":"2025-10-06T11:10:59.000Z","updated_at":"2025-11-03T08:36:20.000Z","dependencies_parsed_at":"2025-10-17T23:10:29.066Z","dependency_job_id":"3f9c0611-298f-46d7-90d0-e784c9ecb487","html_url":"https://github.com/jbangdev/jbang-jupyter-examples","commit_stats":null,"previous_names":["jbangdev/jbang-jupyter-examples"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jbangdev/jbang-jupyter-examples","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbangdev%2Fjbang-jupyter-examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbangdev%2Fjbang-jupyter-examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbangdev%2Fjbang-jupyter-examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbangdev%2Fjbang-jupyter-examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jbangdev","download_url":"https://codeload.github.com/jbangdev/jbang-jupyter-examples/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbangdev%2Fjbang-jupyter-examples/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28574878,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T16:29:19.148Z","status":"ssl_error","status_checked_at":"2026-01-19T16:29:17.772Z","response_time":67,"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":[],"created_at":"2026-01-19T16:39:21.100Z","updated_at":"2026-01-19T16:39:21.627Z","avatar_url":"https://github.com/jbangdev.png","language":"Jupyter Notebook","funding_links":["https://github.com/sponsors/commonhaus","https://opencollective.com/commonhaus-foundation"],"categories":[],"sub_categories":[],"readme":"{\n \"cells\": [\n  {\n   \"cell_type\": \"markdown\",\n   \"metadata\": {},\n   \"source\": [\n    \"# Jupyter JBang/Java Examples\\n\",\n    \"\\n\",\n    \"Samples of various notebooks using different Jupyter Java based kernels.\\n\",\n    \"\\n\",\n    \"\u003e **⚠️ Note:** The JBang kernel is still under heavy development. Not all features are fully stable or working yet—expect some rough edges!\\n\"\n   ]\n  },\n  {\n   \"cell_type\": \"markdown\",\n   \"metadata\": {},\n   \"source\": [\n    \"## Getting Started\\n\",\n    \"\\n\",\n    \"### Online Access\\n\",\n    \"Open online using Binder:\\n\",\n    \"\\n\",\n    \"[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jupyter-java/jupyter-java-binder/jbang?urlpath=git-pull%3Frepo%3Dhttps%253A%252F%252Fgithub.com%252Fjupyter-java%252Fjupyter-java-examples%26urlpath%3Dlab%252Ftree%252Fjbang%252F%26branch%3Djbang%26targetPath%3Djbang)\\n\",\n    \"\\n\",\n    \"### Local Installation\\n\",\n    \"Use the following command to install the kernel locally for use in Jupyter Notebook, VSCode, IntelliJ, etc.:\\n\",\n    \"\\n\",\n    \"```bash\\n\",\n    \"jbang install-kernel@jbangdev --java 25 jbang\\n\",\n    \"```\\n\"\n   ]\n  },\n  {\n   \"cell_type\": \"markdown\",\n   \"metadata\": {},\n   \"source\": [\n    \"## Available Notebooks\\n\",\n    \"\\n\",\n    \"This repository contains several example notebooks demonstrating different aspects of Java development in Jupyter:\\n\",\n    \"\\n\",\n    \"### Core Examples\\n\",\n    \"- **[basics.ipynb](basics.ipynb)** - Basic JBang examples including dependency management, JavaFaker, and markdown display\\n\",\n    \"\\n\",\n    \"### Data Processing \u0026 Visualization\\n\",\n    \"- **[dflib-echarts.ipynb](dflib-echarts.ipynb)** - DataFrame manipulation with DFLib and interactive ECharts visualization\\n\",\n    \"\\n\",\n    \"### Database Integration\\n\",\n    \"- **[jakarta-data.ipynb](jakarta-data.ipynb)** - Jakarta Data API examples with Hibernate ORM and H2 database\\n\",\n    \"- **[jdbc.ipynb](jdbc.ipynb)** - Database connectivity examples using SQLite with JDBC\\n\",\n    \"\\n\",\n    \"### AI/ML Integration\\n\",\n    \"- **[langchain4j.ipynb](langchain4j.ipynb)** - AI/LLM integration examples using LangChain4j with OpenAI\\n\"\n   ]\n  },\n  {\n   \"cell_type\": \"markdown\",\n   \"metadata\": {},\n   \"source\": [\n    \"## Quick Start Example\\n\",\n    \"\\n\",\n    \"Here's a simple example to get you started with JBang in Jupyter:\\n\"\n   ]\n  },\n  {\n   \"cell_type\": \"code\",\n   \"execution_count\": null,\n   \"metadata\": {\n    \"vscode\": {\n     \"languageId\": \"java\"\n    }\n   },\n   \"outputs\": [],\n   \"source\": [\n    \"// Simple Hello World example\\n\",\n    \"System.out.println(\\\"Hello from Jupyter Java!\\\");\\n\",\n    \"\\n\",\n    \"// You can also use JBang dependencies\\n\",\n    \"// //DEPS org.apache.commons:commons-lang3:3.12.0\\n\",\n    \"// import org.apache.commons.lang3.StringUtils;\\n\",\n    \"// System.out.println(StringUtils.capitalize(\\\"hello world\\\"));\\n\"\n   ]\n  },\n  {\n   \"cell_type\": \"markdown\",\n   \"metadata\": {},\n   \"source\": [\n    \"## Contributing\\n\",\n    \"\\n\",\n    \"Feel free to explore the notebooks and experiment with the examples. Each notebook is self-contained and includes detailed explanations of the concepts being demonstrated.\\n\",\n    \"\\n\",\n    \"This notebook is converted to `readme.md` using `uvx --from notebook jupyter nbconvert --to markdown readme.ipynb`\\n\",\n    \"\\n\",\n    \"For more information about JBang, visit: https://jbang.dev/\\n\",\n    \"\\n\",\n    \"For Jupyter Java kernel usage, visit: https://github.com/jupyter-java\\n\",\n    \"\\n\"\n   ]\n  }\n ],\n \"metadata\": {\n  \"kernelspec\": {\n   \"display_name\": \"Python 3\",\n   \"language\": \"python\",\n   \"name\": \"python3\"\n  },\n  \"language_info\": {\n   \"name\": \"python\",\n   \"version\": \"3.13.5\"\n  }\n },\n \"nbformat\": 4,\n \"nbformat_minor\": 2\n}\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjbangdev%2Fjbang-jupyter-examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjbangdev%2Fjbang-jupyter-examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjbangdev%2Fjbang-jupyter-examples/lists"}