As shown in the shot below, an error appears when jupyter writes a file read into the program and executes it.Please tell me where to put the file or how to set the path to the file.I'm a beginner in the program.
It's not limited to jupyter notebook, but the current directory will be displayed with the following command, so you can store the file there.
importos
os.getcwd()
For jupyter notebook, 'C:\Users\Username' is the default.
You can also change it with the following command:
jupyter notebook --notebook-dir=<directory>
582 PHP ssh2_scp_send fails to send files as intended
918 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
620 Uncaught (inpromise) Error on Electron: An object could not be cloned
613 GDB gets version error when attempting to debug with the Presense SDK (IDE)
© 2024 OneMinuteCode. All rights reserved.