Last answered:

10 Nov 2021

Posted on:

06 Nov 2021

0

PermissionError by jupyter

I dont know what is causing the error but it says :

PermissionError: [Errno 13] Permission denied: 'C:/Users/lenovo/jupyter directory'

some help will be appreciated thank you

1 answers ( 0 marked as helpful)
Instructor
Posted on:

10 Nov 2021

2

Hi Rohan,
thanks for reaching out! I haven't seen your code, but it could be that when you're reading the csv file and listing the path, you've not added the name of the csv. You should include:

'C:/Users/lenovo/jupyter directory/bar_chart_data.csv'
while reading the csv file.
Hope this helps!

Best,
365 Eli

Submit an answer