Skip to content
Snippets Groups Projects
Commit 172862f7 authored by Emmanuel Bruno's avatar Emmanuel Bruno
Browse files

adds a first draft.

parent a4049270
No related branches found
No related tags found
No related merge requests found
.ipynb_checkpoints
_config.yml
_build
_toc.yml
This diff is collapsed.
public class Voiture {
private long id;
private String name;
public void start() {
System.out.println("Vroum.");
}
@Deprecated
public void old() { }
}
\ No newline at end of file
docker run --rm \
--user root \
--name notebook-java-${PWD##*/} \
--volume $PWD:/home/jovyan/notebooks \
--volume $HOME/JUPYTER_WORK:/home/jovyan/work \
--publish 8888:8888 \
--env NB_UID=$UID \
brunoe/jupyter-java-base:develop start-notebook.sh --notebook-dir=/home/jovyan/notebooks
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment