You are on page 1of 1

Jupyter notebook

conda config --set auto_activate_base false

Mongod Server

sudo dpkg -i mongodb-compass_1.40.4_amd64.deb (Install any package)

sudo systemctl status mongod


sudo systemctl start mongod -> Start server
sudo systemctl stop mongod

mongosh -> Start the shell

You might also like