We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9af3b8c commit 2460372Copy full SHA for 2460372
docs/source/InstallationAndUsage.rst
@@ -29,8 +29,8 @@ this environment by executing the following
29
30
.. code-block:: bash
31
32
- mamba install notebook cmake cxx-compiler xeus-zmq nlohmann_json=3.11.3
33
- jupyterlab CppInterOp cpp-argparse pugixml doctest -c conda-forge
+ micromamba create -f environment-dev.yml
+ micromamba install jupyterlab -c conda-forge
34
35
Now you can compile the kernel from the source by executing (replace `$CONDA_PREFIX`
36
with a custom installation prefix if need be)
0 commit comments