- This topic has 4 replies, 2 voices, and was last updated 1 week, 6 days ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Home › Forums › FABRIC General Questions and Discussion › earlier versions of Jupyter examples
when I connect to my server I see all versions from 1.4.5 to 9 in my home directory. Is it required to keep a copy of all the earlier versions? I tried to delete ver 1.4.5, but is showed up again when I logged in.
thanks
Nirmala
Hi Nirmala,
You don’t need to keep the example notebooks, so please go ahead and remove them.
Could you also take a look at the contents of /home/fabric/fabric_config/fabric_config.json
? I suspect there may be multiple entries in that file. If so, please delete it as well—this should prevent the older examples from being retained when you log in again.
Best,
Komal
thanks Komal. I tried again today.
I checked the fabric_config.json file – and did not see multiple entries. just the following
Hello I noticed that the rel.1.4.5 show up in the fabric_config.json file. Can I delete the two lines in the json file/
thanks
Nirmala
Yes please Nirmala – Just keep the following in that file:
This should allow you to delete older examples.
{
"examples": [
{
"url": "default",
"location": "/home/fabric/work"
}
]
}
Best,
Komal