ipython tag

5 questions


1 answers
55 views
0
Information About Updating Your Own Modules in IPython

When I save my own functions in a .py file and call them from an external py file, I want to update my own functions frequently, but once I call them from an external py file, I can't update them no m...

1 years ago

1 answers
56 views
0
I want to batch the data set...

I'd like to analyze a dataset (data) with 300,000 dimensional elements, but I can't get through if I want to draw the code for storing each batch of elements in an instance with a for statement.I want...


1 answers
134 views
0
Memory Error in jupyter notebook

I take in a lot of image data and analyze it on jupyter notebook, but I delete the variables with the del command and gc.collect() in some parts of the code, but I run out of memory in the middle and ...


1 answers
69 views
0
This is a terminal convenience function question when running on the Ipython Notebook web.

Hello.Put ipythonnebook on Ubuntu I'm a student learning Python coding on the web.I'm just trying to run a terminal within the web and work on things like git. The terminal provided by ipythonnebook w...

1 years ago

2 answers
76 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...


© 2024 OneMinuteCode. All rights reserved.