Lauren Chambers
Lauren Chambers
I did see that... though I don't get this error when I run the notebooks locally. Do you have any tips for what I can do to further investigate that...
Okay, at this point I have gone through all of @mwcraig's edits that I am capable of responding to. I'm happy to add more changes if something arises in the...
I would also love this feature! Currently working on a Shiny app that takes a while to load at startup, and would love in particular to have an initial loading...
Potentially elegant solution using Django to dynamically generate CSVs and return them with an HTTP response: https://docs.djangoproject.com/en/2.2/howto/outputting-csv/
I tried this before I had any understanding of JavaScript, and then haven't gotten back to it sense. I have a bit more confidence that I could figure it out...
Apparently ITSD also supports the use of Splunk, a log management software: https://www.splunk.com/en_us/solutions/solution-areas/log-management.html
Well, good news - I've had success in the past interfacing to Django using the `components` method that is described in the Bokeh documentation you provided, so that would be...
Thanks for linking that! From what I can tell, Jinja looks like it could be pretty powerful and helpful, and not difficult at all to integrate into the existing app....
A related thing that I've just ran into is that `collect-mail` (in `populate_provenance()`) requires the `--archives` option to point to a path *within a git repo.* I'm currently trying to...
as someone who stubbornly uses Conda, I'm curious if there's a specific reason why you switched away?