Free Online AES256 Encryption Tool
Wrelks' free online AES256 encryption tool, It's fast and easy!
First make sure that you are inside of your anaconda environment
conda acitvate 'name'Afterwards you can install jupyter notebook with either conda or pip
conda install -c conda-forge notebookpip install notebookCongratulations jupyter notebook is now installed 🎉
Now you can set your notebook password with the following command
jupyter notebook passwordTo start up a notebook session enter in the following command into your terminal
jupyter notebookA new browser window should’ve been opened automatically pointing to the notebook Interface
If you weren’t automatically directed, go to your browser can enter in the following url
localhost:8888/If this still didn’t work double check the output in the terminal to see if any url was provided
Expected Terminal Output