-
# OpenGL2 + `r_lightmap 2`
Setting `r_lightmap 2` gives you standard lightmap `r_lightmap 1` unless you do a `vid_restart`.
There is no message indicating required video restart.
Additionally,…
-
... and what would be a reasonable approach for implementing it (e.g. what is the most relevant place for plugging in this logic)?
-
Hello,
I am trying to install the jupyter extension based on the instructions in the README file; the installation works, but running the "enable" command is failing with the error trace shown belo…
-
What in the world is going on here. @ocefpaf @CJ-Wright @tonyfast anyone have cycles to help me figure out what's going on?
1. clone jupyter-incubator/sparkmagic (`hub clone jupyter-incubator/spark…
-
Many thanks for your great work on language server support. I have just tried `jupyterlab-lsp`, which works great for `Python` and `R`, but unfortunately does not work for a multi-language [kernel SoS…
-
Usually, if you want to get the source of an object, you can get it via the inspect module:
```
import inspect
inspect.getsource(MyObject)
```
However, in a Jupyter notebook / ipython console…
-
ATM when you initialize a magic class it has an optional argument of `arguments`, which is a list of MagicArgument.
If it is not supplied it is ignored and arguments are derived from a docstring.
…
-
Thank you for building this kernel, it's super useful! I was just wondering why IJava sets mimetype as `text/x-java-source` - I was expecting it to be `text/x-java` as defined in CodeMirror. Code high…
-
Hey there,
I'm pretty much out of ideas how to fix my issue.
This code works like a charm, no problems whatsoever.
```
from pymatbridge import Matlab
mlab = Matlab(executable='/Applications/M…
-
Would it be possible/desirable to have the ability to create CVs from other CVs using standard math notation?
For example, consider the CV used by Weina on Ala-dipeptide -- the distance in Ramachandr…