Open-EO / openeo-r-client

R client package for working with openEO backends

Home Page:https://open-eo.github.io/openeo-r-client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Authentication in Jupyter via IRKernel

m-mohr opened this issue · comments

Opening this so that it doesn't get mangled in other issues. We are currently supporting authentication in Jupyter through custom code, which will get removed once we move towards using the httr2 code again without r-lib/httr2#103 being merged. This would break Jupyter support again. The issue is that IRKernel doesn't expose itself as interactive environment it seems.

Possible solutions:
...

Woops, just realized this is already covered by #95.