- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 684
Closed
Description
Follow-up from #30299 (Minimal fix for broken jupyter notebook):
Sage creates a broken symlink
local/share/jupyter/kernels/sagemath/doc -> /doesnotexist/html/en
which blocks jupyter kernelspec install into a system Jupyter using the instructions from #30476:
  File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/shutil.py", line 368, in copytree
    raise Error(errors)
shutil.Error: [('/Users/mkoeppe/s/sage/sage-rebasing/worktree-clean/local/share/jupyter/kernels/sagemath/doc', '/usr/local/share/jupyter/kernels/sagemath/doc', "[Errno 2] No such file or directory: '/Users/mkoeppe/s/sage/sage-rebasing/worktree-clean/local/share/jupyter/kernels/sagemath/doc'")]
Reports:
- Ask Sage question 54581: 9.2 download for Ubuntu 20.04 documentation
- Sage-Windows issue 52 -- with workaround
- Stack Overflow question 65161395
CC: @EmmanuelCharpentier @malb @jcamp0x2a @dimpase @jhpalmieri @egourgoulhon @kiwifb @slel
Component: notebook
Keywords: jupyter kernel, symlink
Author: Matthias Koeppe
Branch: 42eaffa
Reviewer: Dima Pasechnik, Erik Bray
Issue created by migration from https://trac.sagemath.org/ticket/30903