Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
File Opening
#11
Your program is here: "C:\Users\heetesh.j.bhoola\Desktop\PYTHON FILES\untitled2.py"

Where is the csv-file (the exact absolute Path)?
From where do you run your program.

Another trick is, that you can run shell commands in the cells of your jupyter-notebook.

!dir # show files in current directory
!cd # show the current working directory
The exclamation mark in front of the command is for jupyter-nootebook the marker to run this as shell command.
Just do this, look where you are and which files you see.
Almost dead, but too lazy to die: https://sourceserver.info
All humans together. We don't need politicians!
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Facing Problem while opening a file through command prompt vlearner 4 1,857 Jan-30-2022, 08:10 AM
Last Post: snippsat
  Subprocesses not opening File Select Dialog teut 2 2,365 Feb-22-2021, 08:07 PM
Last Post: teut
  Opening file and outputting its text content example leodavinci1990 1 1,849 Oct-12-2020, 05:33 AM
Last Post: buran
  Test a file for a string without opening it? tester_V 2 2,082 Jun-03-2020, 06:40 PM
Last Post: tester_V
  How to assess elapsed time to execute a .exe file or opening a desktop application? Sudershan 2 2,096 Apr-18-2020, 01:40 PM
Last Post: buran
  Opening a file amitsinbox 6 3,075 Apr-13-2020, 11:54 AM
Last Post: amitsinbox
  Opening CSV file from SFTP server not working cluelessintern 0 2,728 Apr-08-2020, 08:10 PM
Last Post: cluelessintern
  How To Find an Opening and Closing String, Copying Open/Close/Contents to New File davidshq 1 1,988 Mar-03-2020, 04:47 AM
Last Post: davidshq
  Error -3 when opening matlab file in python python_newbie09 0 2,260 Aug-02-2019, 11:51 AM
Last Post: python_newbie09
  python script file not opening in IDLE editor srm 2 4,336 Jun-23-2019, 08:45 AM
Last Post: Larz60+

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020