Zhibo

Results 15 comments of Zhibo

You may get a copy from http://www.mathworks.com/matlabcentral/fileexchange/8550 . Thanks!

Great news, very much appreciated! Any plan to merge this into the master branch?

MATLAB editor handles it this way too. It works if you put %} into a separate line as below. M{:} %{ ans = 'UPPER' %} ans = 'UPPER' 'lower' break

M{:} %{ans = 'UPPER'%} ans = 'UPPER' 'lower' break I meant at least that the MATLAB editor shows the above code as if it's commented out until the end.

Yes, I believe the document says the opening and closing of the comment blocks have to be in their own lines.

Thanks very much for your extra efforts! Any chance you could put a x64 build somewhere? I only have VS2010 Express and can not compile np2-mod with it any more.

Cool! Greatly appreciate your efforts!

> I've nearly done so myself with everything running in a single ubuntu container. Having a problem getting the app to connect to the neo4j db once it starts up...

@seanbarzilay thanks for your quick response, really appreciate it! I should have thought of it. Now I got a different error when running `graph = UniGraph.open(conf)` ``` gremlin> graph =...

any update on this? I'm hitting 404 error when trying to launch jupyterlab as well.