<small id='mvH2u'></small><noframes id='mvH2u'>

  • <legend id='mvH2u'><style id='mvH2u'><dir id='mvH2u'><q id='mvH2u'></q></dir></style></legend>
  • <i id='mvH2u'><tr id='mvH2u'><dt id='mvH2u'><q id='mvH2u'><span id='mvH2u'><b id='mvH2u'><form id='mvH2u'><ins id='mvH2u'></ins><ul id='mvH2u'></ul><sub id='mvH2u'></sub></form><legend id='mvH2u'></legend><bdo id='mvH2u'><pre id='mvH2u'><center id='mvH2u'></center></pre></bdo></b><th id='mvH2u'></th></span></q></dt></tr></i><div id='mvH2u'><tfoot id='mvH2u'></tfoot><dl id='mvH2u'><fieldset id='mvH2u'></fieldset></dl></div>
  • <tfoot id='mvH2u'></tfoot>

          <bdo id='mvH2u'></bdo><ul id='mvH2u'></ul>

      1. jupyter笔记本中的情节:保存时验证失败

        时间:2023-09-28
        <i id='tNNSl'><tr id='tNNSl'><dt id='tNNSl'><q id='tNNSl'><span id='tNNSl'><b id='tNNSl'><form id='tNNSl'><ins id='tNNSl'></ins><ul id='tNNSl'></ul><sub id='tNNSl'></sub></form><legend id='tNNSl'></legend><bdo id='tNNSl'><pre id='tNNSl'><center id='tNNSl'></center></pre></bdo></b><th id='tNNSl'></th></span></q></dt></tr></i><div id='tNNSl'><tfoot id='tNNSl'></tfoot><dl id='tNNSl'><fieldset id='tNNSl'></fieldset></dl></div>
            <tfoot id='tNNSl'></tfoot>

              <small id='tNNSl'></small><noframes id='tNNSl'>

                <tbody id='tNNSl'></tbody>
              • <bdo id='tNNSl'></bdo><ul id='tNNSl'></ul>
                  <legend id='tNNSl'><style id='tNNSl'><dir id='tNNSl'><q id='tNNSl'></q></dir></style></legend>

                • 本文介绍了jupyter笔记本中的情节:保存时验证失败的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我是 plotly 新手,在 jupyter 笔记本中生成绘图时遇到问题.

                  I'am new to plotly and I'am having a problem with my plots when generating them inside jupyter notebooks.

                  每当我生成一个绘图时,一切都可以正常工作,但是当我尝试保存笔记本时,我收到一条错误消息,告诉我笔记本验证失败,因为它在任何给定架构下都无效(示例直接取自绘图.ly 网站).

                  Whenever I generate a plot, evrything works fine, but when I try to save the notebook I get an error message telling me that the notebook validation failed because it's not valid under any of the given schemas (example taken straight from the plot.ly webiste).

                  这是一个例子:

                  import plotly.plotly as py
                  iplot([{"x": [1, 2, 3], "y": [3, 1, 6]}])
                  

                  当我尝试保存笔记本时收到以下消息:Notebook Validation failed: {u'data': [{u'y': [3, 1, 6], u'x': [1, 2, 3]}], u'layout': {}} 不是在任何给定模式下有效:

                  I get the following message when I try to save the notebook: Notebook Validation failed: {u'data': [{u'y': [3, 1, 6], u'x': [1, 2, 3]}], u'layout': {}} is not valid under any of the given schemas:

                  {
                   "data": [
                    {
                     "y": [
                      3, 
                      1, 
                      6
                     ], 
                     "x": [
                      1, 
                      2, 
                      3
                     ]
                    }
                   ], 
                   "layout": {}
                  }
                  

                  谢谢!

                  推荐答案

                  ploty 团队修复了这个问题,这里是 门票

                  The ploty team fixed the issue, here is the ticket

                  升级 nbformat,使用任一

                  Upgrading nbformat, with either

                  pip install --upgrade nbformat
                  

                  conda update nbformat
                  

                  修复它.

                  这篇关于jupyter笔记本中的情节:保存时验证失败的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:使用 Plotly 的 Slider 交互式绘图 下一篇:Plotly+Python:如何在 3D 中绘制箭头?

                  相关文章

                • <i id='LM6hG'><tr id='LM6hG'><dt id='LM6hG'><q id='LM6hG'><span id='LM6hG'><b id='LM6hG'><form id='LM6hG'><ins id='LM6hG'></ins><ul id='LM6hG'></ul><sub id='LM6hG'></sub></form><legend id='LM6hG'></legend><bdo id='LM6hG'><pre id='LM6hG'><center id='LM6hG'></center></pre></bdo></b><th id='LM6hG'></th></span></q></dt></tr></i><div id='LM6hG'><tfoot id='LM6hG'></tfoot><dl id='LM6hG'><fieldset id='LM6hG'></fieldset></dl></div>
                    <tfoot id='LM6hG'></tfoot>

                    <legend id='LM6hG'><style id='LM6hG'><dir id='LM6hG'><q id='LM6hG'></q></dir></style></legend>

                        <bdo id='LM6hG'></bdo><ul id='LM6hG'></ul>

                      <small id='LM6hG'></small><noframes id='LM6hG'>