From dad05245d9b95291ad349a73233ecab1b1a5ca51 Mon Sep 17 00:00:00 2001 From: 622aa39c1f9b166ab1a38c05 <622aa39c1f9b166ab1a38c05@devide> Date: Sun, 23 Apr 2023 07:57:00 +0000 Subject: [PATCH] Sun Apr 23 07:57:00 UTC 2023 inscode --- .../Untitled11-checkpoint.ipynb | 6 ++++ Untitled11.ipynb | 35 +++++++++++++++++++ jupyter_lab_config.py | 4 +-- 3 files changed, 42 insertions(+), 3 deletions(-) create mode 100644 .ipynb_checkpoints/Untitled11-checkpoint.ipynb create mode 100644 Untitled11.ipynb diff --git a/.ipynb_checkpoints/Untitled11-checkpoint.ipynb b/.ipynb_checkpoints/Untitled11-checkpoint.ipynb new file mode 100644 index 0000000..363fcab --- /dev/null +++ b/.ipynb_checkpoints/Untitled11-checkpoint.ipynb @@ -0,0 +1,6 @@ +{ + "cells": [], + "metadata": {}, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/Untitled11.ipynb b/Untitled11.ipynb new file mode 100644 index 0000000..b48574d --- /dev/null +++ b/Untitled11.ipynb @@ -0,0 +1,35 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": null, + "id": "1331cc12-f662-4f81-a8df-f8dbd3143a69", + "metadata": {}, + "outputs": [], + "source": [ + "import pands." + ] + } + ], + "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.8.10" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/jupyter_lab_config.py b/jupyter_lab_config.py index 52adc23..0f786a6 100644 --- a/jupyter_lab_config.py +++ b/jupyter_lab_config.py @@ -12,6 +12,4 @@ c.NotebookApp.trust_xheaders = True c.NotebookApp.allow_origin_pat = ".*" c.NotebookApp.allow_credentials = True c.NotebookApp.disable_check_xsrf=True -c.LabApp.collaborative = True -c.LabApp.app_settings_overrides = { -} \ No newline at end of file +c.LabApp.collaborative = True \ No newline at end of file -- GitLab