Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 488 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 488 Bytes

NLP クックブック

インストール

$ docker container run -p 8080:8080 -w /work -v $(pwd):/work --rm -it python:3.8.6-slim-buster bash
$ cd jupyter_book/src/
$ apt update && apt install git build-essential
$ pip install -r requirements.txt
$ python -m spacy download ja_core_news_md

Jupyter notebookの起動

$ jupyter notebook --port 8080 --ip 0.0.0.0 --allow-root

HTMLのビルド

$ pip install jupyter_book==0.12.3
$ bash build.sh