You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a question - not a bug report really - on how to set up the rtd context; in a nutshell, I need Jupyter with a ijavascript kernel, which boils down to having python + node and then issuing
npm install ijavascript
ijsinstall
So first off, apologies if here is not the right place to ask, in that case please just redirect me
I am aware of readthedocs.yaml, and know to get pip installs, but could not yet find how to achieve the above
any hint would be most welcome
and thanks for rtd which is a lifesaver !!
The text was updated successfully, but these errors were encountered:
@parmentelat currently we don't support executing custom commands in the build process, but you can achieve the same by making those calls from inside your conf.py file (if you are using sphinx).
Also, another popular alternative is using a conda package that already includes all dependencies if one is available.
Hi
I have a question - not a bug report really - on how to set up the rtd context; in a nutshell, I need Jupyter with a ijavascript kernel, which boils down to having python + node and then issuing
So first off, apologies if here is not the right place to ask, in that case please just redirect me
I am aware of
readthedocs.yaml
, and know to getpip
installs, but could not yet find how to achieve the aboveany hint would be most welcome
and thanks for rtd which is a lifesaver !!
The text was updated successfully, but these errors were encountered: