-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathhello universe!
More file actions
1 lines (1 loc) · 2.57 KB
/
hello universe!
File metadata and controls
1 lines (1 loc) · 2.57 KB
1
{"cells":[{"source":"<a href=\"https://www.kaggle.com/code/dascient/hello-universe?scriptVersionId=220510151\" target=\"_blank\"><img align=\"left\" alt=\"Kaggle\" title=\"Open in Kaggle\" src=\"https://kaggle.com/static/images/open-in-kaggle.svg\"></a>","metadata":{},"cell_type":"markdown"},{"cell_type":"code","execution_count":1,"id":"950f061c","metadata":{"_cell_guid":"b1076dfc-b9ad-4769-8c92-a6c4dae69d19","_uuid":"8f2839f25d086af736a60e9eeb907d3b93b6e0e5","execution":{"iopub.execute_input":"2025-02-03T00:40:07.215924Z","iopub.status.busy":"2025-02-03T00:40:07.215506Z","iopub.status.idle":"2025-02-03T00:40:08.190992Z","shell.execute_reply":"2025-02-03T00:40:08.189928Z"},"papermill":{"duration":0.980592,"end_time":"2025-02-03T00:40:08.192959","exception":false,"start_time":"2025-02-03T00:40:07.212367","status":"completed"},"tags":[]},"outputs":[],"source":["# This Python 3 environment comes with many helpful analytics libraries installed\n","# It is defined by the kaggle/python Docker image: https://github.com/kaggle/docker-python\n","# For example, here's several helpful packages to load\n","\n","import numpy as np # linear algebra\n","import pandas as pd # data processing, CSV file I/O (e.g. pd.read_csv)\n","\n","# Input data files are available in the read-only \"../input/\" directory\n","# For example, running this (by clicking run or pressing Shift+Enter) will list all files under the input directory\n","\n","import os\n","for dirname, _, filenames in os.walk('/kaggle/input'):\n"," for filename in filenames:\n"," print(os.path.join(dirname, filename))\n","\n","# You can write up to 20GB to the current directory (/kaggle/working/) that gets preserved as output when you create a version using \"Save & Run All\" \n","# You can also write temporary files to /kaggle/temp/, but they won't be saved outside of the current session"]}],"metadata":{"kaggle":{"accelerator":"none","dataSources":[],"isGpuEnabled":false,"isInternetEnabled":true,"language":"python","sourceType":"notebook"},"kernelspec":{"display_name":"Python 3","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.10.12"},"papermill":{"default_parameters":{},"duration":5.044334,"end_time":"2025-02-03T00:40:08.814458","environment_variables":{},"exception":null,"input_path":"__notebook__.ipynb","output_path":"__notebook__.ipynb","parameters":{},"start_time":"2025-02-03T00:40:03.770124","version":"2.6.0"}},"nbformat":4,"nbformat_minor":5}