Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 434 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 434 Bytes

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