On running `import os; os.lstat('.gfvs')` in home directory, I am getting 
this error message
```
---------------------------------------------------------------------------
FileNotFoundError                         Traceback (most recent call last)
<ipython-input-1-0c9d9653b968> in <module>()
----> 1 import os; os.lstat('.gfvs')

FileNotFoundError: [Errno 2] No such file or directory: '.gfvs'
```

But the file is there, but I am not able to access/move/remove/chmod it, 
even using `sudo`.
On trying to move/remove it from root, it says `Device or resource busy`.


On Wednesday, November 1, 2017 at 3:02:48 PM UTC+5:30, Steven Silvester 
wrote:
>
> Hi,
>
> It looks like you're launching from your home directory but the `~/.gfvs` 
> folder is not readable.  Here is where the server tries to inspect the file 
> (and the warning you're seeing is a few lines down):
>
>
> https://github.com/jupyter/notebook/blob/e7f69cc2d76558ea2513e9d610508875d09207be/notebook/services/contents/filemanager.py#L309
>
> Are you able to make that folder readable?  You can verify by launching 
> python from your home directory and running `import os; os.lstat('.gfvs')`.
>
>
> Regards,
>
> Steve
>
>
> On Friday, October 27, 2017 at 1:28:48 AM UTC-5, [email protected] 
> wrote:
>>
>> I installed jupyter lab in latest version of conda using the command
>> ``conda remove conda-forge jupyterlab``
>> which is what conda/jupyterlab recommends. But, on running jupyterlab
>> I am getting this error message
>> ``
>> [E 11:57:52.850 LabApp] JupyterLab assets not detected in 
>> "/home/ubermensch/.local/share/jupyter/lab/static"
>> ``
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jupyter/164e8dcc-59d4-448f-ab4b-98dbe636bb6f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to