Se sì, continuate a leggere please, altrimenti, tuffo doppio carpiato nel cestino.

Python 3.11.8, win11, ipython 8.22.2


Magic function Store:

a=88

%store a


sembra andare.

Poi

%store per vedere le variabili salvate:

File ~\AppData\Local\Programs\Python\Python311\Lib\site-packages\IPython\extensions\storemagic.py:161
, in StoreMagics.store(self, parameter_s)
159 # run without arguments -> list variables & values
160 elif not args:
--> 161 vars = db.keys('autorestore/*')
162 vars.sort()
163 if vars:

AttributeError: 'PickleShareDB' object has no attribute 'keys'

In [4]:


E stessa cosa con tutti gli altri switcher che ho provato, -r -d eccetera.


E' un problema mio?


Grazie mille.

Gabry.

--
Gabriele Battaglia (IZ4APU)
--... ...--  -.. .  .. --.. ....- .- .--. ..-  - ..-  . .
Sent from my Giant Desktop PC

_______________________________________________
Python mailing list
Python@lists.python.it
https://lists.python.it/mailman/listinfo/python

Reply via email to