Skip to content

bdolor/text-analysis

Repository files navigation

Text Analysis in a box

Text Analysis is a community maintained Jupyter Docker Stack image

Local Development

Conda package manager and virtual env

  • conda create --name text-analysis anaconda
  • conda activate text-analysis
  • conda install --file requirements.txt

Docker (build an image and launch a notebook)

  • docker build -t bdolor/text-analysis:1.0.1 .
  • docker run -p 8888:8888 bdolor/text-analysis:1.0.1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages