Skip to content

wanghui5801/Data-Science-ENV-Script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

Data Science Platform Script

A script of setting the data science platform, you can use this script by the following code. Please make sure you are not in root.

Tutorial

Jupyterlab Platform

  • This script has been tested on the Ubuntu 20+, Debian 11+.

Please run the following command firstly

sudo apt update
sudo apt install wget -y

To make sure the necessary software is existed.

wget https://github.com/wanghui5801/Data-Science-ENV-Script/raw/main/jupyterlab.sh
chmod -x jupyterlab.sh
source jupyterlab.sh

Rstudio Platform

  • This script is just fit for the Debian 11+, and don't fit for the other systems.

Please run the below code to use this script.

wget https://github.com/wanghui5801/Data-Science-ENV-Script/raw/main/rstudio.sh
chmod -x rstudio.sh
bash rstudio.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages