Jupyter Lab Server

Run a Jupyter Lab server using Windows VPS
-
you need to buy a Windows VPS in order to have a server for Jupyter lab. simply search it in google and find any VPS provider you like.
-
Install anaconda on the Windows Server
-
Open Anaconda prompt form windows search bar
-
type:
simply put any name for your environment instead of myenv and define your python version which can be 3.8 or anything that is proper to your development requirement.
- Activate the conda environment
- Install any library that you need, with CONDA command in anaconda prompt.
- Generate a configuration file for Jupyter lab and Generate a password for authentication.
-
Change directory with CD command to the project folder you want to work on.
-
then run the jupyter lab with below command
-
add port 8888 to the windows firewall inbound.
-
Enter your VPS ip address with port 8888 like ip:8888 into the browser, now you can access to the jupyter lab anywhere you like.