$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

Step-by-step – Jupyter Notebook Mint 21 Installation

November 13, 2022 | By the+gnu+linux+evangelist.

Installing

  1. 3. Installing Anaconda Python

    Next, install Anaconda Python
    First, give execution permissions with:

    chmod +x ~/Downloads/Anaconda*.sh

    Then, launch the installer by running:

    ~/Downloads/Anaconda*.sh

    Follow the CLI wizard and type ‘q’ and ‘yes’ to accept the license.
    At the end, confirm for amending the path in the .bashrc file.
    Finally, load the new setup with:

    bash

Contents