I just upgraded MY Windows 10 installation to 4.0.0b6 from b5.  Unfortunately, 
there are errors on startup:

 

An error ocurred while starting the kernel

Traceback (most recent call last):
File "C:\Python37\lib\runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "C:\Python37\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
File "C:\Python37\lib\site‑packages\spyder_kernels\console\__main__.py", line 
11, in 
start.main()
File "C:\Python37\lib\site‑packages\spyder_kernels\console\start.py", line 306, 
in main
kernel.initialize()
File "<c:\python37\lib\site‑packages\decorator.py:decorator‑gen#8209125>", line 
2, in initialize
File "C:\Python37\lib\site‑packages\traitlets\config\application.py", line 87, 
in catch_config_error
return method(app, *args, **kwargs)
File "C:\Python37\lib\site‑packages\ipykernel\kernelapp.py", line 530, in 
initialize
self.write_connection_file()
File "C:\Python37\lib\site‑packages\ipykernel\kernelapp.py", line 227, in 
write_connection_file
iopub_port=self.iopub_port, control_port=self.control_port)
File "C:\Python37\lib\site‑packages\jupyter_client\connect.py", line 141, in 
write_connection_file
with secure_write(fname) as f:
File "C:\Python37\lib\contextlib.py", line 112, in __enter__
return next(self.gen)
File "C:\Python37\lib\site‑packages\jupyter_core\paths.py", line 404, in 
secure_write
win32_restrict_file_to_user(fname)
File "C:\Python37\lib\site‑packages\jupyter_core\paths.py", line 359, in 
win32_restrict_file_to_user
import win32api
ImportError: DLL load failed: The specified procedure could not be 
found.</c:\python37\lib\site‑packages\decorator.py:decorator‑gen#8209125>

 

Please advise.

 

Thanks in advance.

 

 

Stephen P. Molnar, Ph.D.

 <http://www.molecular-modling.net> www.molecular-modling.net

(614)312-7528 (c)

Skype:  smolnar1

 

From: [email protected] <[email protected]> On Behalf Of 
Carlos Córdoba
Sent: Monday, October 14, 2019 2:40 AM
To: [email protected]
Subject: [spyder] [ANN] Spyder 4.0 sixth public beta release

 

Hi all,

On the behalf of the Spyder Project Contributors 
<https://github.com/spyder-ide/spyder/graphs/contributors> , I’m pleased to 
announce the sixth beta of our next major version: Spyder 4.0.

We’ve been working on this version for more than three years now and as far as 
we know it’s working very well. There are still several bugs to squash but we 
encourage all people who like the bleeding edge to give it a try. This beta 
version is released 4 weeks after Spyder 4.0 beta5 and it includes more than 
275 commits.

Spyder 4.0 comes with several interesting and exciting new features. The most 
important ones are:

*         Main Window

o    Dark theme for the entire application.

o    A new Plots pane to browse all inline figures generated by the IPython 
console.

o    Rename the following panes: 

*  Static code analysis to Code Analysis

*  File explorer to Files

*  Find in files to Find

*  History log to History

*  Project explorer to Project

o    Create a separate window when undocking all panes.

o    Show current conda environment (if any) in the status bar.

*         Editor

o    Code folding.

o    Indentation guides.

o    A class/method/function lookup panel. This can be shown in the menu Source 
> Show selector for classes and functions.

o    Autosave functionality to recover unsaved files after a crash.

o    Optional integration with the Kite <https://kite.com/>  completion engine.

o    Code completion and linting are provided by the Python Language Server.

*         IPython Console

o    Run files in an empty namespace.

o    Create dedicated consoles for Pylab, Sympy and Cython.

o    Run cells through a new function called runcell.

o    Run cells by name.

*         Debugger

o    runfile and runcell can be called when the debugger is active.

o    Debug cells by pressing Alt+Shift+Return.

o    Permanent history.

o    Syntax highlighting.

*         Variable Explorer

o    New viewer to inspect any Python object in a tree-like view.

o    Filter variables by name or type.

o    MultiIndex support in the Dataframe viewer.

o    Support for all Pandas indexes.

o    Support for sets.

o    Support for Numpy object arrays.

*         Files

o    Associate external applications to open specific file extensions.

o    Context menu action to open files externally.

o    Multi-select functionality with Ctrl/Shift + mouse click.

o    Copy/paste files and their absolute or relative paths.

o    Use special icons for different file types.

*         Outline

o    Show cells grouped in sections.

o    Add default name to all cells.

For a more complete list of changes, please see our changelog 
<https://github.com/spyder-ide/spyder/wiki/Beta-version-changelog> 

You can easily install this beta if you use Anaconda by running:

conda update qt pyqt
conda install -c spyder-ide spyder=4.0.0b6

Or you can use pip with this command:

pip install --pre -U spyder

Enjoy!
Carlos

​

-- 
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected] 
<mailto:[email protected]> .
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/c4fa4949-faaa-9af7-473d-d066d87a5ada%40gmail.com
 
<https://groups.google.com/d/msgid/spyderlib/c4fa4949-faaa-9af7-473d-d066d87a5ada%40gmail.com?utm_medium=email&utm_source=footer>
 .

-- 
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/011101d5842f%24479cded0%24d6d69c70%24%40sbcglobal.net.

Reply via email to