github bash命令上的Jupyter Notebook'!'显示为验证错误

时间:2018-10-08 02:55:36

标签: github jupyter-notebook

enter image description here

所以像上面一样,感叹号在github上用红色框(.highlight .err)突出显示了,无论如何要解决这个问题?

似乎内联代码背景突出显示也无法正常工作,brew cask install anaconda应该用灰色背景色突出显示,但是它只是'#fff',我从chrome中得到了这样的CSS开发者控制台:

.rendered_html pre, .rendered_html (from: https://render.githubusercontent.com/assets/ipynb-cdc8a2c29b9e77afb5ead41e895d2850.css)

code {
    border: 0;
    background-color: #fff;
    color: #000;
    font-size: 100%;
    padding: 0;
}

仅供参考:https://github.com/lnshi/ml-exercises/blob/master/jupyter_notebooks/rdm000_jupyter_practice/jupyter_setup_and_try.ipynb

0 个答案:

没有答案