Basic Commands

ls: Lists computer files in Unix operating systems

cd: Navigate and change working directory

pwd: Print working directory

echo: Displays a string passed as an argument.

cat: Reads data from the file and gives its contents as output

env: Show setting for my shell

git clone: Sets up a director of files

cd $project: Allows user to move inside that directory of files

Bash Commands


    python --version
    python2 --version
    anaconda --version
    java --version
    jupyter --version
    
    jupyter kernelspec list
    
    conda list | grep "jupyter"
    
    Python 3.9.12
    Python 2.7.18
    anaconda Command line client (version 1.9.0)
    openjdk 11.0.16 2022-07-19
    OpenJDK Runtime Environment (build 11.0.16+8-post-Ubuntu-0ubuntu120.04)
    OpenJDK 64-Bit Server VM (build 11.0.16+8-post-Ubuntu-0ubuntu120.04, mixed mode, sharing)
    Selected Jupyter core packages...
    IPython          : 8.2.0
    ipykernel        : 6.15.1
    ipywidgets       : 7.6.5
    jupyter_client   : 6.1.12
    jupyter_core     : 4.9.2
    jupyter_server   : 1.13.5
    jupyterlab       : 3.3.2
    nbclient         : 0.5.13
    nbconvert        : 6.4.4
    nbformat         : 5.3.0
    notebook         : 6.4.8
    qtconsole        : 5.3.0
    traitlets        : 5.1.1
    Available kernels:
      bash          /home/wyndlow/.local/share/jupyter/kernels/bash
      java          /home/wyndlow/.local/share/jupyter/kernels/java
      javascript    /home/wyndlow/.local/share/jupyter/kernels/javascript
      python3       /home/wyndlow/.local/share/jupyter/kernels/python3
    jupyter                   1.0.0            py39h06a4308_7  
    jupyter_client            6.1.12             pyhd3eb1b0_0  
    jupyter_console           6.4.0              pyhd3eb1b0_0  
    jupyter_core              4.9.2            py39h06a4308_0  
    jupyter_server            1.13.5             pyhd3eb1b0_0  
    jupyterlab                3.3.2              pyhd3eb1b0_0  
    jupyterlab_pygments       0.1.2                      py_0  
    jupyterlab_server         2.10.3             pyhd3eb1b0_1  
    jupyterlab_widgets        1.0.0              pyhd3eb1b0_1