Alexey Strokach
Alexey Strokach
I am having similar errors building on CentOS 6 using devtoolset-2-toolchain. You can see the build log [here](https://gitlab.com/ostrokach-forge/nnpack/-/jobs/59761525). This StackOverflow question seems to be related: [Ubuntu Linux C++ error: undefined...
On a related note, it would be great if there was at least an option to disable "examining conflicts" and fail fast. I sometimes create conda environments in a CI...
Same error here with Toree 0.2.0.dev1 and Spark 2.1.1: Notebook Marking org.vegas-viz:vegas_2.11:0.3.6 for download Preparing to fetch from: -> file:/tmp/toree-tmp-dir1302372874294090186/toree_add_deps/ -> https://repo1.maven.org/maven2 -> New file at /tmp/toree-tmp-dir1302372874294090186/toree_add_deps/https/repo1.maven.org/maven2/org/webjars/bower/vega/3.0.0-beta.32/vega-3.0.0-beta.32.jar -> New file...
Considering there have been only 2 commits to MOE in the last year and a half, maybe ditching Python 2 support would not the such a big deal. Writing code...
I would love to have an option to purge old git-lfs files as well! I use git-lfs for versioning MySQL database files, and the cumulative file-size can get out of...
One option for editing a notebook without starting a kernel is to use [nteract](https://nteract.io/). This does not fully address this issue, but may be helpful to some people.
Another option is [nbviewer](https://github.com/jupyter/nbviewer). I have found that the easiest way to start a local server is using docker: ```bash docker run -p 8080:8080 -v $(realpath .):/localfiles jupyter/nbviewer python -m...
For people coming from here google, this can already be accomplished by passing `--VoilaConfiguration.file_whitelist="['favicon.ico']` argument to `voila` and putting the `favicon.ico` file into the same directory as your notebooks. For...
Would this be difficult to add? Any pointers on how to get started? I am also in a situation where I want to back up the home folders of all...