This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# %% [markdown] | |
# # Minimal Tutorial | |
# DaCapo is a framework for easy application of established machine learning techniques on large, multi-dimensional images. | |
# ![DaCapo Diagram](https://raw.githubusercontent.com/janelia-cellmap/dacapo/main/docs/source/_static/dacapo_diagram.png) | |
# %% [markdown] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Java 8 setup | |
sudo apt-get update | |
sudo apt-get -y install default-jdk | |
# install kafka | |
wget https://apache.mirror.digionline.de/kafka/2.7.0/kafka_2.12-2.7.0.tgz | |
tar -xzf kafka_2.12-2.7.0.tgz | |
rm -rf kafka_2.12-2.7.0.tgz | |
# start zookeeper |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.