Joost Döbken

Results 14 comments of Joost Döbken

Within a week, I made little progress. There is some action on the upload feature, but the obj files are not shown. This is the updated code so far: ```vue...

@darkaero-xx I think the biggest short comming of spylon-kernel is that it is based on the Spark kernel, which is a fork of the Scala default REPL. That is at...

Have you tried: conda install -c conda-forge jupyterhub at least it works for me. Did you install jupyterhub with the correct conda environment?

hee @nekinie what is the status of your work?

is there a way to change to date format to `"yyyy-MM-dd hh:mm:ss Z"`?? Or preferably implement this [datetime picker](https://eonasdan.github.io/bootstrap-datetimepicker/)

Aha, I changed the build function: build: function () { this._super(); defaultDate = new Date() $(this.input).datetimepicker({ format: 'YYYY-MM-DD HH:mm Z', defaultDate: defaultDate }) .on('changeDate', function () { var path =...

See solved issue https://github.com/jdorn/json-editor/issues/305

@stalwar5 did you find a solution for your issue? Running into the same problem