Jan-Hendrik Prinz

Results 23 comments of Jan-Hendrik Prinz

Thanks. I had the same problem and `conda install netcdf4=1.2.2` fixed it for now. I got it to work also when using a chunksize of `1`.

Yes, I think that happens automatically. The problem was with version 12 I believe while 4.3.3.1 and 1.2.2 use version 11 ? I can't check right now, but would that...

Yes, thanks. This works fine. I played around a little to find a simple example that fails. This does not work. I created two variables using the same dimension. First...

It's been a while, but thank you guys for taking care of this!

@dopplershift A quick update: I just rechecked: With `conda install netcdf4=1.2.2` and `libnetcdf=4.3.3.1` is fails already at the first print statement `print v[2]`. After the update to `conda install netcdf4=1.2.4`...

Ah. It works similar to nosetest. Just put the line ``` - python ipnbdoctest.py [options] xyz_notebook.ipynb ``` This will then start a kernel, run all cells and check if they...

Hi, perhaps I can help... The way saving and loading of classes works is that we store only the necessary parameters and then create a new object using either the...

I forgot. Will have a look at the tutorial to see what is wrong.

Will fix this this evening. Sorry!

Okay, I was just looking at this again. I think it needs to be clear that this notebook is not just executable and the file created is a stub, that...