Skip to content

BioPhys-Turin/topics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Image CI

topics

Material for ** link

See analyses to follow all the steps to reproduce the analyses

bipartite_network

Environment

The easiest way to run all the notebooks of this repository with all dependencies handled correctly is using Docker.

You can enable jupyter lab with docker-compose

docker-compose up -d

or you can pull the docker image

docker run -v $PWD:/home/jovyan/work -p 8888:8888 --rm -it --name topic_models docker.pkg.github.com/fvalle1/topics/topicmodel:latest

then point your browser to localhost

Data

The data processed in our analysis when not available trough git ca ìn be accessed via DataVersionControl

dvc pull

Package

A Python package with used functions can be downloaded from https://test.pypi.org/project/topicpy/

pip install -i https://test.pypi.org/simple/ topicpy

This package is still in beta

Releases

No releases published

Packages

No packages published