使用jupyter notebook的%store magic命令存储的变量很少。 我想重命名存储的变量。
我知道我可以创建一个新变量并删除旧变量,如下所示:
String(byte[] bytes, int offset, int length)
Parameters:
bytes - The bytes to be decoded into characters
offset - The index of the first byte to decode
length - The number of bytes to decode
但是感觉效率低下。有没有更有效的方法?