💎 You can check that this conda environment is now as a kernel available, it should be listed if you run `jupyter kernelspec list`.
💎 Make sure that the generated file is correct by with `cat ~/.local/share/jupyter/kernels/test_pointnet/kernel.json`. The `argv` argument should contain a path that both contains your username and python, e.g. `"/usr/users/dmuelle3/.conda/envs/test_pointnet/bin/python\"`. If this is not the case, use the following (note the backslashes to escape the " characters):
💎 Make sure that the generated file is correct by with `cat ~/.local/share/jupyter/kernels/test_pointnet/kernel.json`. The `argv` argument should contain a path that both contains your username and python that looks similar to `"/usr/users/dmuelle3/.conda/envs/test_pointnet/bin/python"`.
If this is *not* the case, use the following (replace the `"argv"` argument by your exact conda path):