I have several cores installed in Jupyter. without running Jupyter fully in the browser, I would like to know which version of Python or Julia or R was used to create the laptop. is there any way to request ipynb file using command line?
How to find out what works in a Jupyter laptop? discusses how to change kernels. I would just like to interrogate a laptop.
As @Georgy said, you can use jq, i.e .:
jq
ismael-vc@toybox ~/Downloads % cat Untitled.ipynb | jq '.metadata.kernelspec' { "display_name": "Julia 0.6.0", "language": "julia", "name": "julia-0.6" }
Source: https://habr.com/ru/post/1690879/More articles:Plugin system for applications compiled using Webpack - pluginsConnection rejected. Server runs locally and accepts - postgresqlIs it possible for fscanf to return zero and consume input at the same time? - cValidation validation with scanf does not work inside a loop - cInvalid register parameters "value" must be a hapi-auth-jwt2 object - authenticationJavacard scriptgen - javacardPip3 troubleshooting - python-3.xTrueTypeFont.drawString () is not supported - javaЧто может сделать Кок, пока Агда/Идрис не может этого сделать? - agdaEmission labeling with ggplot - rAll Articles