Re: [GRASS-user] Trying to use GRASS with Jupyter note books in Windows

2023-09-29 Thread Vishal Mehta via grass-user
Thanks Markus, I installed bash kernel; and it seems that it is there (#lsmagic lists bash as one of the cell magics) but I get the error below: ##bash g.list type=rast ---CalledProcessError Traceback

Re: [GRASS-user] Trying to use GRASS with Jupyter note books in Windows

2023-09-29 Thread Markus Neteler via grass-user
On Thu, Sep 28, 2023 at 10:09 PM Vishal Mehta wrote: > > Thanks Markus and Vaclav, > > This is what worked for me on Windows: > # Ask GRASS GIS where its Python packages are. > sys.path.append( > subprocess.check_output(["C:\GRASS GIS 8.3/grass83.bat", "--config", > "python_path"],