Mark233
Mark233
那个年代电驴还能随便下cd 哇嘎 还能干很多奇奇怪怪的事
From my understanding, only "Notebooks" can run InterpretML code perfectly, like Pycharm Notebook, Jupyter Notebook. The normal Python programs(.py files) can also make it when copying and pasting example code...
So you mean you want the program to generate some interactive plots? Sorry, I have no idea how to make it :worried:
> using `go install` does not make the `fresh` command work for me. What I ended up having to do was use the full go run command: `go run github.com/pilu/fresh`...
> ```js > function reverseLi() { > const oUl = document.getElementById('root'); > const liList = Array.from(oUl.getElementsByTagName('li')); > > let start = 0, end = liList.length - 1 > while (start...