Docker is a container-based virtual machine system that bundles dependencies together, this means you can build the Docker image and it will work out of the box. To run the Jupyter Notebook via Docker, there are two options, Docker Hub and Docker Locally.
Docker is a container-based virtual machine system that bundles dependencies together, this means you can build the Docker image and it will work out of the box. To run the Jupyter Notebook via Docker, there are two options, Docker Hub and Docker Locally.
###Docker Hub
@@ -73,7 +73,7 @@ There are several types of visualizations that you can produce in the Jupyter No
**Domain Analysis*: Provides information about what has been crawled (e.g. which domains) and how often.
**Text Analysis*: Highlights the frequency of words through various filters including domain and year.
**Sentiment Analysis*: Visualizes sentiment scores by domain and year.
**Network Analysis*: Shows the connections and relationship among websites through network graph layouts.
**Network Analysis*: Shows the connections and relationship among websites through network graph layouts.
0 comments on commit
256db8e