Jupyter Notebook 4.x Documentation# transform the input to executable Python code = self.shell.input_transformer_manager.transform_cell(cell.input) # run the code in themodule exec(code0 码力 | 128 页 | 1.86 MB | 1 年前3
Jupyter Notebook 5.1.0 Documentationcell.cell_type == 'code': # transform the input to executable Python code = self.shell.input_transformer_manager.transform_cell(cell.source) # run the code in themodule exec(code, mod.__dict__) finally:0 码力 | 128 页 | 1.72 MB | 1 年前3
Jupyter Notebook 5.0.0 Documentationcell.cell_type == 'code': # transform the input to executable Python code = self.shell.input_transformer_manager.transform_cell(cell.source) # run the code in themodule exec(code, mod.__dict__) finally:0 码力 | 129 页 | 1.76 MB | 1 年前3
Jupyter Notebook 5.2.2 Documentationcell.cell_type == 'code': # transform the input to executable Python code = self.shell.input_transformer_manager.transform_cell(cell.source) # run the code in themodule exec(code, mod.__dict__) finally:0 码力 | 129 页 | 1.73 MB | 1 年前3
Jupyter Notebook 5.0.0 Documentation# transform the input to executable Python code = self.shell.input_transformer_manager.transform_cell(cell.sou rce) # run the code in themodule0 码力 | 184 页 | 4.40 MB | 1 年前3
Jupyter Notebook 5.1.0 Documentation# transform the input to executable Python code = self.shell.input_transformer_manager.transform_cell(cell.sou rce) # run the code in themodule0 码力 | 184 页 | 4.36 MB | 1 年前3
Jupyter Notebook 5.2.2 Documentation# transform the input to executable Python code = self.shell.input_transformer_manager.transform_cell(cell.sou rce) # run the code in themodule0 码力 | 183 页 | 4.36 MB | 1 年前3
Jupyter Notebook 5.4.1 Documentationcell.cell_type == 'code': # transform the input to executable Python code = self.shell.input_transformer_manager.transform_cell(cell.source) # run the code in themodule exec(code, mod.__dict__) finally:0 码力 | 134 页 | 1.77 MB | 1 年前3
Jupyter Notebook 5.5.0 DocumentationDocumentation, Release 5.5.0 # transform the input to executable Python code = self.shell.input_transformer_manager.transform_cell(cell.source) # run the code in themodule exec(code, mod.__dict__) finally:0 码力 | 143 页 | 1.81 MB | 1 年前3
Jupyter Notebook 5.4.0 Documentationcell.cell_type == 'code': # transform the input to executable Python code = self.shell.input_transformer_manager.transform_cell(cell.source) # run the code in themodule exec(code, mod.__dict__) finally:0 码力 | 134 页 | 1.77 MB | 1 年前3
共 61 条
- 1
- 2
- 3
- 4
- 5
- 6
- 7













