-
```
python -c "import cdtime ; print(cdtime.reltime(-1,'days since 1').tocomp())"
```
0-12-31 0:0:0.0
BUT
```
python -c "import cdtime ; print(cdtime.reltime(-1,'days since 0')"
```
Tracebac…
-
the follwoing works fine:
```
docker run -p 8081:8081 -p 8888:8888 -v $HOME:/home/jovyan -it cdoutrix/vcdat:latest jupyter-lab
```
But when running in read only:
```
docker run --read-…
-
1. VCS not opening xwindow for Mac terminal when XQuartz 2.7.9 or higher version.
2. Loading variable returns error message which I've not seen before.
```
>>> import vcs, cdms2
>>> f=cdms2.open('clt…
-
If vcs.init() is run in a Jupyter notebook, it should automatically detect and have bg=true to avoid the greyed out window when sidecar is used in a Jupyter Notebook.
-
In a recently submitted work, I received a comment from a reviewer like this "your maps are excellent! It would be nice to keep the same graphic quality in the Taylor Diagram".
It's nice to k…
-
**Describe the bug**
Jupyter lab does not load when the .override-jupyter file is in the HOME directory.
**To Reproduce**
Steps to reproduce the behavior:
1. Follow the steps provided at https:…
-
@doutriaux1 I have just spent some time on the web site and wiki looking for some information/documentation about **vcs and colors**. Either I have been very unlucky, or there is no web page on this r…
-
On a fresh install using py3, vcs crashes due to the "No module named 'vtkIOFFMPEGPython'" issue.
Command run: ```conda create -n vcs -c conda-forge -c cdat vcs "python>3"```
Here's the output f…
-
```
ImportError: dlopen(/Users/doutriaux1/miniconda3/envs/vcdt/lib/python3.6/site-packages/cdtime/_cdtime.cpython-36m-darwin.so, 2): Library not loaded: @rpath/libc++.1.dylib
Referenced from: /Use…
-
**Describe the bug**
I get
```
Spawn failed: Server at http://128.55.224.44:57478/user/chengzhu/cori-shared-node-cpu/ didn't respond in 300 seconds
```
by putting
```
exec env XDG_RUNTIME_DIR…