conda install -n base nb_conda_kernels
conda install ipykernel
| #!/usr/bin/env python3 | |
| import os | |
| import sys | |
| import json | |
| import shutil | |
| import tarfile | |
| import platform | |
| import urllib.request | |
| import tempfile | |
| import subprocess |
| #!/bin/bash | |
| # ============================================================================== | |
| # Kolibri Wi-Fi Hotspot Setup Script for Raspberry Pi | |
| # ============================================================================== | |
| # This script configures a Raspberry Pi to act as a Wi-Fi access point | |
| # and serve Kolibri on the static IP 10.10.10.10. | |
| # ============================================================================== | |
| # --- Color Definitions for Output --- |
| from IPython.core.display import display, HTML | |
| display(HTML('<h1>Hello, world!</h1>')) |
| # Install the conda kernels module in the base environment | |
| conda install -n base nb_conda_kernels | |
| # Install the IPYKernel in this environment | |
| conda install ipykernel |
Aneel Lakhani
Disintermediate, empower, sustain