Bash Notebook
a bash demo
echo "The currently installed python verision:"
python --version
echo ""
echo "The currently installed conda verion:"
conda --version
echo ""
echo "The currently installed java features:"
java --version
echo ""
echo "The currently installed jupyter packages:"
jupyter --version
jupyter kernelspec list
echo "Folders inside WSL:"
ls /
echo ""
echo "Folders inside Home:"
ls /home
echo ""
echo "Folders inside Saathvika:"
ls /home/saathvika
echo ""
echo "We've found Anaconda!"