Jupyter-Lab doesn't show the path for the new internal HDD - spyder

I recently added an internal HDD to my PC but I cannot locate its path from Jupyter-Lab to work with. It works fine through Spyder thou.

I finally found a command line that can open Jupyter Lab or Jupyter Notebook from any drive you would like.
To open Jupyter Lab in drive E for example, you just need to write the following line in anaconda prompt:
jupyter lab --notebook-dir=E://

Related

how to open jupyter TensorFlow environment in a specific folder

recently i created jupyter notebook another environment of TensorFlow but when i am try to open TensorFlow environment in a specific folder (type command jupyter notebook) by default it open my anaconda environment not TensorFlow can anyone tell me how to open jupyter TensorFlow environment in a specific folder
how to open jupyter different environment in any specific folder

Docker - Was trying to move Docker off my C: drive, messed something up now I can't reinstall it (Windows 10)

I was trying to move Docker off my C: drive using the guidance below:
https://forums.docker.com/t/how-could-i-install-docker-for-windows-on-drive-e-my-ssd-c-is-full/52347/12
I completed the final step: sc.exe config com.docker.service binPath=“D:\Program Files\Docker\com.docker.service” and it seemed to work. But when I went to run Docker, it wouldn't run, so I deleted it off my E: drive.
But now, when I try to reinstall it, it says Docker is already installed. I go to Apps & Features to uninstall it, but it gives me:
Windows cannot find 'C:\Program Files\Docker\Docker Desktop Installer.exe'. Make sure you typed the name correctly, and then try again.
Having had Docker removed from my PC and running into the same issue while reinstalling, the only way that worked for me was looking up the Docker application within the Windows Registry Editor and deleting it from there.
You would need to open up Registry Editor or use Run and type in regedit, and within this path look for anything mentioning "Docker", "Docker Desktop" or the path that windows "cannot find":
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
source from when I had issues: https://github.com/docker/for-win/issues/1371#issuecomment-347926743

Getting Error 524 while running jupyter lab in google cloud platform

I am not able to access jupyter lab created on google cloud
I created one notebook using Google AI platform. I was able to start it and work but suddenly it stopped and I am not able to start it now. I tried building and restarting the jupyterlab, but of no use. I have checked my disk usages as well, which is only 12%.
I tried the diagnostic tool, which gave the following result:
but didn't fix it.
Thanks in advance.
The error might be caused by a corrupted disk partition “/dev/sdb”. After connecting to the notebook instance through SSH, run sudo fsck /dev/sdb to perform a disk check and repair, and then perform a reboot.
In case this does not help, you can download your data after zipping the required content from the “/home/jupyter/” folder and upload it to a new notebook instance.
Below is the zip utility command for your reference.
cd /home/
sudo zip -r test-1.zip jupyter/
You should try this Google Notebook trouble shooting section about 524 errors : https://cloud.google.com/notebooks/docs/troubleshooting?hl=ja#opening_a_notebook_results_in_a_524_a_timeout_occurred_error

Ipython Notebooks missing

After the most recent windows update (I downloaded about an hour ago), I can no longer locate my Ipython Notebooks. I run the Ipython Notebook as administrator since these wouldn't print properly otherwise, and this would show and save notebooks from/on a different location from the default (the default location being the one wherein I don't have to run as administrator). With this most recent update, the ran-as-administrator notebooks no longer show up, and I also can't locate them in my hard drive. I tried a system restore but this didn't help. I'm using Python 2.7 with Windows 7 professional on a Thinkpad T520.
I want to know where I can find the missing notebooks. These don't know show up in the Ipython Notebook home page, and also when I search the system for .ipynb files.
I found the files. These were in the System32 folder.

Jenkins not running properly as service from Virtual drive

We have created virtual drive using
subst d: c:\ddrive
Then we run jenkins as on d drive from command line
java -jar jenkins.war
it works fine but same setup convert into service then this is not working fine
by giving error as a cannot create directory d:/my-app/checkout
Have you tried providing the service an admin account to run with? I am sorry, this isnt an answer to the question, but i couldnt paste the image in the comments.

Resources