Thanks to visit codestin.com
Credit goes to github.com

Skip to content

distant-viewing/hdpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

These are the main commands to control Quarto within the book:

source .venv/bin/activate

quarto preview
quarto clean
quarto render

To run the examples, do the following:

source .venv/bin/activate

quarto render notebook01a.qmd --to html

To install the spacy models (i.e., after recloning), do this:

source .venv/bin/activate

python -m ensurepip
python -m spacy download en_core_web_sm
python -m spacy download fr_core_news_sm

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published