jupyter nbconvert --execute --no-input --template lab --to html iris_teste.ipynb
jupyter nbconvert --execute --no-input --template lab --to html iris_ml.ipynb
kaggle datasets download -d uciml/iris
kaggle datasets download -d anmolkumar/health-insurance-cross-sell-prediction
docker run -d --name jupyter -p 18888:8888 --privileged --restart=unless-stopped jupyter/datascience-notebook:notebook-6.4.12
docker run -d --privileged --name mercury -p 18080:8080 --restart=unless-stopped frkr/mercury
- https://zeppelin.apache.org/docs/latest/interpreter/jupyter.html
- https://dzone.com/articles/using-a-jdbc-driver-with-apache-zeppelin
- https://zeppelin.apache.org/docs/latest/interpreter/jdbc.html
- https://www.progress.com/blogs/using-a-jdbc-driver-with-apache-zeppelin
docker build . -f HTML.dockerfile -t web
docker build . -f Mercury.dockerfile -t web
docker build . -t mercury -f MercurySolo.dockerfile
wsl docker run -it --rm -p 757:8000 --privileged -v$PWD:/home/jovyan mercury /bin/bash
mercury run requestJson.ipynb 0.0.0.0:8000
- https://samgriesemer.com/Remote_jupyter_notebook
- https://supervised.mljar.com/
- https://github.com/mljar/mljar-supervised#automated-machine-learning
- https://huggingface.co/docs/huggingface_hub/quick-start
- https://scikit-learn.org/stable/
- https://github.com/jupyter/docker-stacks
- https://github.com/mljar/mercury
- https://mljar.com/mercury/
- https://mercury-docs.readthedocs.io/en/latest/yaml-parameters/