Jupyter Notebooks in VS Code

preview_player
Показать описание
If you haven't tried, Visual Studio Code allows for working with Jupyter Notebooks natively, and through Python code files. This tutorial takes a look at installing and working with Jupiter Notebooks in Visual Studio Code.
Рекомендации по теме
Комментарии
Автор

I was about to start a data science with python course . This is just what I needed ! Thanks for the video

GpJBRM
Автор

Thank you! I can say that in your video, the instruction is very helpful, I don't need to say that I browsed and tried some videos but it did not give me a clear sense of how to get started with a very minimal setup.

joeg
Автор

When is installing Anaconda really necessary? What's the difference between native Jupyter and Anaconda?
Do you recommend making Anaconda's python default or having Anaconda + your own Python version in the Path of the PC?

kvelez
Автор

ipykernel is not connecting and I'm unable to link VSCode with jupyter using Python 3.10 as an interpreter, any solution?

vitaltopics
Автор

When I run a jupyter notebook cell, the output is truncated. Any way to force the complete output to be displayed in a way that I can scroll through?

domillima
Автор

how to install other kernels in the jupyter notebooks? I wanted to install rust.

sharanchakradhar
Автор

Is it possible that when i am in .ipynb window theme will be white like normal notebook, and when i am in .py window theme will be something else?

X_x_kingfisher_x_X
Автор

Hay quá Em ơi. Nhưng không hiểu sao anh làm theo mà nó chạy đến dòng này profile_id = profile.get['href']
thì báo lỗi. 'method' object is not subscriptable.

haidangquang
Автор

Please, did anyone face any issue with printing number list and dictionary inside the interactive window?

minhazulislam
Автор

HI, just discovered your channel. Thanks for this nice overview. Out of curiosity, in your day to day work with Python, have you gravitated to one tool for playing around with Python? That is to say, VS Code vs the classic Jupyter Notebook vs the newer JupyterLab?

GarySchiltz
Автор

Thanks, good video. I'll watch more of your content soon, subscribed. 🙏💡

DrAtomics
Автор

how can I close information while coding on jupyter I hate it

cagataydemirbas
Автор

I'm unable to make a notebook, then import that notebooks functions into another notebook, could anyone help ?

In my module_practice dir, I have a folder called "practiceimport" containing files __init__.py and jupyterimportmodule.ipynb. Jupyterimportmodule contains a function called my_func() that reads print("some string")

import os
import sys

print(os.getcwd())

from practiceimport import jupyterimportmodule
my_func()

Output:
ImportError: cannot import name 'jupyterimportmodule' from 'practiceimport'

I've been stuck on this for way too long :(

answerth