Skip to content

ashwinjoseph95/3D_point_clouds_study

Repository files navigation

3D Visualization

System install xvfb

sudo apt-get install xvfb

Create and activate virtual environment

python3.6 -m venv venv3
source venv3/bin/activate

Pip install jupyter notebook

pip install notebook

Install jupyter kernel for the virtual environment

ipython kernel install --user --name=venv3

Start Jupyter notebook

jupyter-notebook

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published