Diego Cornejoblog.diegocornejo.com·Nov 7, 2023Deploy Jupyter Lite on Vercel / NetlifyIntroduction: Jupyter Notebook is an incredibly versatile tool for working with code and data interactively and collaboratively. In this article, I'll guide you through an exciting journey that begins with an introduction to Jupyter and its Notebooks...1 like·502 readsJupyter Notebook
Sarvesh Kesharwanisarvesh42.hashnode.dev·Jan 25, 2023Reasons why we prefer '.ipynb' instead of '.py' while learning data analysis:if you run a python code: import tensorflow as tf print(tf.__version__) hello = tf.constant("Hello") print(hello) in .py file,The output will be like this: "2023-01-25 13:15:51.190586: I tensorflow/core/platform/cpu_feature_guard.cc:193] This Tenso...Python