Newer
Older
jupyterlab-docker / notebook / README.ipynb
{
 "cells": [
  {
   "cell_type": "markdown",
   "id": "f2e6b73f-063b-4f10-910f-2d46ed66b20b",
   "metadata": {},
   "source": [
    "# Jupyter Lab 環境"
   ]
  },
  {
   "cell_type": "markdown",
   "id": "ed269f64-d9de-481b-a4b1-d4823316cc3e",
   "metadata": {},
   "source": [
    "2. パッケージの追加\n",
    "次のコマンドで追加ください。"
   ]
  },
  {
   "cell_type": "code",
   "execution_count": null,
   "id": "200e60e3-1ddc-492b-b683-d7fc2e7bb6eb",
   "metadata": {},
   "outputs": [],
   "source": [
    "!uv add <パッケージ>"
   ]
  },
  {
   "cell_type": "markdown",
   "id": "f9005a2d-0458-4f8c-a2dc-d6d741ab5109",
   "metadata": {},
   "source": [
    "3. その他ツールなど\n",
    "次のコマンドがインストールされています。\n",
    "\n",
    "- ollama\n",
    "- psql"
   ]
  }
 ],
 "metadata": {
  "kernelspec": {
   "display_name": "Python 3 (ipykernel)",
   "language": "python",
   "name": "python3"
  },
  "language_info": {
   "codemirror_mode": {
    "name": "ipython",
    "version": 3
   },
   "file_extension": ".py",
   "mimetype": "text/x-python",
   "name": "python",
   "nbconvert_exporter": "python",
   "pygments_lexer": "ipython3",
   "version": "3.13.7"
  }
 },
 "nbformat": 4,
 "nbformat_minor": 5
}