MasteringJupyterLab/week2_analysis.ipynb

68 lines
1.5 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"cells": [
{
"metadata": {},
"cell_type": "markdown",
"source": [
"# Проверка результатов Jupyter lab\n",
"## Ниже представлен код для проверки того, что всё работает верно\n",
"\n"
],
"id": "2933ef7d9aa256a2"
},
{
"metadata": {
"ExecuteTime": {
"end_time": "2026-05-05T15:58:26.593266100Z",
"start_time": "2026-05-05T15:58:26.530495400Z"
}
},
"cell_type": "code",
"source": "print(\"Привет, JupyterLab работает!\")",
"id": "c6257ab155ac3a98",
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Привет, JupyterLab работает!\n"
]
}
],
"execution_count": 4
},
{
"metadata": {},
"cell_type": "markdown",
"source": [
"## Выводы\n",
"\n",
"- В этом блокноте была проведена небольшая проверка работы Jupyter lab\n",
"- Всё работает"
],
"id": "9d044d9676b9de17"
}
],
"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.14.4"
}
},
"nbformat": 4,
"nbformat_minor": 5
}