jupyter-notebook tag

62 questions


1 answers
85 views
0
What runs on Jupiter's laptop is not working on Python. (NameError: name 'XXX' is not defined)

class Tensor: def __init__(self, data, shape): self.data = data self.shape = shape self.tensor = shape_data(self.data,self.shape) # <-- * def shape_data(self,data,shape): temp1=[] temp2=[] sh...


2 answers
80 views
0
Import Python Packages

Downloaded the https://github.com/NVlabs/stylegan package from github.On my laptop, it says, C:\Users\user\stylegan, and it's saved here, and I opened the ipynb file here, and I did it like thisAn err...


1 answers
94 views
0
I'd like to change the .ipynb code written in jupyter notebook to .py.

I am studying through a book called 'Deep Learning that I know and weave with Python blade coding'.What I want to ask is how to transfer the code written on the jupyter notebook to the py code.In this...


1 answers
102 views
0
jupyter config error

[C 00:02:45.346 NotebookApp] Bad config encountered during initialization:[C 00:02:45.346 NotebookApp] No such notebook dir: ''/home/u1025/https://gitlab.com/Hursheytung/ml.git''I touched config.py be...

2 years ago

2 answers
103 views
0
I have a question dealing with Python Low Data!!

First of all, it's a warm txtThe contents of the data are raw data and are all contained in one row of Excel 1 row 9 columns. Filming materialsFilming station = xxInstallation Location = xxxxxxxxxxxxx...


1 answers
64 views
0
Python Jupiter laptop list Remove certain elements

I am a beginner in coding who is studying coding.I want to use Jupiter's laptop to get Naver's real-time game search wordI want to delete the '' part of the result.I tried using remove and split, but ...


1 answers
77 views
0
I ran a jupyter notebook in the folder Here's the question

I'm lazy to route from anaconda prompt I used it as a jupyter notebook right in the folderIt turned on well a few days ago, but it pops up like this. In the environment variable Path, In the system va...


1 answers
96 views
0
I'm making a macro, but I don't

I'm totally a novice. I tried to make it quickly with a jupyter notebook, but it doesn't work.When coordinate 1 turns white, press coordinate 2 button import keyboardimport clickimport timeimport pyau...

2 years ago

1 answers
88 views
0
pytorch import problem

I installed the pytorch properly, and I was using it without any problems with VScode.But since yesterday, suddenlyimport torchModuleNotFoundError: No module named 'torch'An error occurs. But the stra...

2 years ago

1 answers
106 views
0
Here's a question. Question how to load and merge multiple csv files in a folder

I'm using Jupiter laptop, path = 'data/test'Wash_data_202110110909.csv Wash_data_202110110910.csvWash_data_202110110911.csvWash_data_202110110912.csv'''There are more than 2000 csv files in the same n...

2 years ago
« - 6 - »

© 2024 OneMinuteCode. All rights reserved.