Ashmit JaiSarita Gupta
Ashmit JaiSarita Gupta
Hi, I am interested on working this issue but I need to understand this point more clearly: "So, ideally, somehow the Jupyter notebooks should be created somehow (at documentation build...
Hi, Can we use[ Jupytext ](https://github.com/mwouts/jupytext) to convert our .md to .ipynb? We can do something like this: ``` ipynb_file = os.path.splitext(md_file)[0] + '.ipynb' jupytext.writef(jupytext.read(md_file), ipynb_file, fmt='notebook') ``` We can...
Thanks @andre-a-alves, I am going to give this a try.
Thanks @andre-a-alves I will look into your branch and understand the issue.
@aryanguptaaa Yeah, that would be great 👍🏻
@nathanshammah Can we team up?
Thanks you @andreamari , I will add @aryanguptaaa as a collaborator in the forked repo I am working on and mention it in the draft PR I have made. I...
> @devilkiller-ag let's talk and coordinate on discord ? Here is my Discord ID: AshmitJaiSaritaGupta#5291
Hi @Mayaleeeee, Is this issue still unresolved? If so I can help you with the development part.✨
Hi @parth-07, I superficially examined your issue. The issue seems to be with line `auto d_fn_v = clad::differentiate(fn, "u");`. It should be `auto d_fn_v = clad::differentiate(fn, "v");`. However, I am...