I have subclassed ContentManager, to use a locally provide Cloud 
Infrastructure, however I'm not getting what I would expect as "Expected 
Behaviour" - 

I would expect a cell with  
f = open('my_file.txt', w)
f.write('hello world')
f.close
to write to the cloud storage, not local file-store

If the subclass passes all the unit-tests for ContentManager, is this a 
reasonable expectation?

NB:
The "jupyter_notebook_config.py" is setting the content manager:
c.NotebookApp.contents_manager_class = 'swiftcontents.SwiftContentsManager'


-- 
You received this message because you are subscribed to the Google Groups 
"Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jupyter+unsubscr...@googlegroups.com.
To post to this group, send email to jupyter@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jupyter/03c22c8b-63e4-4cca-8221-58748083b2e0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to