ipynbname icon indicating copy to clipboard operation
ipynbname copied to clipboard

JupyterHub support

Open corymaklin opened this issue 3 years ago • 1 comments

When running ipynbname.name() within a JupyterHub notebook, I get Can't identify the notebook name.

corymaklin avatar Jun 02 '21 16:06 corymaklin

Also interested in this feature. What is ETA for this @msm1089 ? thanks!!!

pacospace avatar Aug 16 '21 09:08 pacospace

Here's an example someone implemented for getting the notebook name in JupyterHub: https://github.com/jupyterhub/jupyterhub/issues/1718#issuecomment-377036175

sjdemartini avatar Apr 06 '23 15:04 sjdemartini

I've added a very simple PR which makes ipynbname support JupyterHub, utilizing logic like in the above linked example: https://github.com/msm1089/ipynbname/pull/19

sjdemartini avatar Apr 06 '23 15:04 sjdemartini