File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ def research(project: Path,
134134    # Allow notebooks to be embedded in iframes 
135135    run_options ["commands" ].append ("mkdir -p ~/.jupyter" )
136136    run_options ["commands" ].append (
137-         'echo "c.NotebookApp .disable_check_xsrf = True\n c.NotebookApp .tornado_settings = {\' headers\' : {\' Content-Security-Policy\' : \' frame-ancestors self *\' }}" > ~/.jupyter/jupyter_notebook_config .py' )
137+         'echo "c.ServerApp .disable_check_xsrf = True\n c.ServerApp .tornado_settings = {\' headers\' : {\' Content-Security-Policy\' : \' frame-ancestors self *\' }}" > ~/.jupyter/jupyter_server_config .py' )
138138
139139    # Hide headers in notebooks 
140140    run_options ["commands" ].append ("mkdir -p ~/.ipython/profile_default/static/custom" )
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments