Intel® DevCloud
Help for those needing help starting or connecting to the Intel® DevCloud

How to restore workspace to default?

Moghaddam__Sepid
Beginner
727 Views

Hello there,

Unfortunately, I deleted all files and directories in my Intel® DevCloud for Edge workspace and lost all Reference-samples. How to restore workspace to default?

 

 

0 Kudos
1 Reply
Andrey_Vladimirov
New Contributor III
727 Views

Hello Sepid,

Here's a secret trick to restoring Reference-samples to the pristine shape.

1. Inside the Jupyter file navigator, click "New -> Terminal" 

2. In the terminal, run the following commands:

rm -rf ~/Reference-samples
rm ~/.jupyter/.staging_complete

3. Restart the Jupyter server (click Control Panel, then Stop My Server, then Start My Server)

Once the Jupyter server restarts, you should have a pristine copy of the reference samples in your home folder.

Best regards,

Andrey

0 Kudos
Reply