All Projects → SpencerPark → ijava-binder

SpencerPark / ijava-binder

Licence: Unlicense license
An IJava binder base for trying the Java Jupyter kernel on https://mybinder.org/

Programming Languages

Jupyter Notebook
11667 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to ijava-binder

appmode
Creating web applications with Jupyter and Binder
Stars: ✭ 37 (+32.14%)
Mutual labels:  binder, jupyter, binder-ready
clustergrammer2-notebooks
Examples using Clustergrammer2 to explore high-dimensional datasets.
Stars: ✭ 35 (+25%)
Mutual labels:  binder, jupyter, binder-ready
vscode-binder
VS Code on Binder
Stars: ✭ 88 (+214.29%)
Mutual labels:  binder, binder-ready
Spacy Course
👩‍🏫 Advanced NLP with spaCy: A free online course
Stars: ✭ 1,920 (+6757.14%)
Mutual labels:  binder, jupyter
Juniper
🍇 Edit and execute code snippets in the browser using Jupyter kernels
Stars: ✭ 189 (+575%)
Mutual labels:  binder, jupyter
Nb2xls
Convert Jupyter notebook to Excel spreadsheet
Stars: ✭ 129 (+360.71%)
Mutual labels:  binder, jupyter
Mpyc
MPyC for Secure Multiparty Computation in Python
Stars: ✭ 142 (+407.14%)
Mutual labels:  binder, jupyter
California Coronavirus Data
The Los Angeles Times' independent tally of coronavirus cases in California.
Stars: ✭ 188 (+571.43%)
Mutual labels:  binder, jupyter
Course Starter Python
👩‍🏫🐍 Starter repo for building interactive Python courses
Stars: ✭ 440 (+1471.43%)
Mutual labels:  binder, jupyter
conda
Specifying a conda environment with `environment.yml`
Stars: ✭ 66 (+135.71%)
Mutual labels:  binder, binder-ready
requirements
Simple requirements.txt based example
Stars: ✭ 62 (+121.43%)
Mutual labels:  binder, binder-ready
Helm Chart
A store of Helm chart tarballs for deploying JupyterHub and BinderHub on a Kubernetes cluster
Stars: ✭ 123 (+339.29%)
Mutual labels:  binder, jupyter
Repo2docker Action
GitHub Action for repo2docker
Stars: ✭ 88 (+214.29%)
Mutual labels:  binder, jupyter
cornerstone widget
A jupyter widget for the cornerstone library to make showing flashy images with nice tools easier.
Stars: ✭ 25 (-10.71%)
Mutual labels:  jupyter, binder-ready
Python Training
Python training for business analysts and traders
Stars: ✭ 972 (+3371.43%)
Mutual labels:  binder, jupyter
Jupyter Server Proxy
Jupyter notebook server extension to proxy web services.
Stars: ✭ 153 (+446.43%)
Mutual labels:  binder, jupyter
workshop
Workshop: Micromagnetics with Ubermag
Stars: ✭ 19 (-32.14%)
Mutual labels:  binder, jupyter
Course Starter R
👩‍🏫🇷 Starter repo for building interactive R courses
Stars: ✭ 281 (+903.57%)
Mutual labels:  binder, jupyter
Hands On Nltk Tutorial
The hands-on NLTK tutorial for NLP in Python
Stars: ✭ 419 (+1396.43%)
Mutual labels:  binder, jupyter
Ten Rules Jupyter
Ten Simple Rules for Writing and Sharing Computational Analyses in Jupyter Notebooks
Stars: ✭ 204 (+628.57%)
Mutual labels:  binder, jupyter

ijava-binder

Launch IJava binder Launch IJava lab binder

A Binder compatible repository to try out the IJava kernel with just a web browser. Depending on if the docker image is already built, spawning the notebook may take some time and so please be patient with it.

In the future this repository may be populated with more example notebooks but it mainly serves to meet the requirements for using the Binder service to play around with the IJava kernel.

Other binders running the IJava kernel

Notebook Source Repository Try online
https://github.com/michaelmior/calcite-notebooks Launch calcite-notebooks binder Launch calcite-notebooks lab binder
https://github.com/inspire99/vavr-notebook Launch vavr-notebook binder Launch vavr-notebook lab binder
https://github.com/padreati/rapaio-notebooks Launch rapaio-notebooks binder Launch rapaio-notebook lab binder

Notebook authors

If you are writing Jupyter notebooks in Java and publishing them on GitHub you are more than welcome (and encouraged!) to take any scripts from here and add them to your repository so that visitors may try out your notebooks without any installation.

Likely all that is needed is the Dockerfile at the top level of your repo and the requirements.txt to use the same versions for jupyter packages. Then add some badges from https://mybinder.readthedocs.io/en/latest/howto/badges.html to your README and everything should be good to go! If you have a repository with IJava notebooks, please feel free to open a PR (or raise an issue) adding a link in the list above.

The requirements.txt is generated from a working installation with pipdeptree -f --warn silence -p jupyter,jupyterlab | sed 's/^\s*//' | sort | uniq which should pin down all related library versions.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].