Jupyter Notebook 101:
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
[S l.]
Bowker
2018
|
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis Inhaltsverzeichnis |
Beschreibung: | 155 Seiten Illustrationen |
ISBN: | 9780996062886 0996062882 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV047059371 | ||
003 | DE-604 | ||
005 | 20210208 | ||
007 | t | ||
008 | 201211s2018 a||| |||| 00||| eng d | ||
020 | |a 9780996062886 |9 978-0-9960628-8-6 | ||
020 | |a 0996062882 |9 0996062882 | ||
035 | |a (OCoLC)1232511678 | ||
035 | |a (DE-599)BVBBV047059371 | ||
040 | |a DE-604 |b ger |e rda | ||
041 | 0 | |a eng | |
049 | |a DE-384 | ||
084 | |a QH 500 |0 (DE-625)141607: |2 rvk | ||
100 | 1 | |a Driscoll, Michael B. |e Verfasser |0 (DE-588)1170609864 |4 aut | |
245 | 1 | 0 | |a Jupyter Notebook 101 |c Michael Driscoll |
264 | 1 | |a [S l.] |b Bowker |c 2018 | |
300 | |a 155 Seiten |b Illustrationen | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
650 | 0 | 7 | |a Python |g Programmiersprache |0 (DE-588)4434275-5 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a R |g Programm |0 (DE-588)4705956-4 |2 gnd |9 rswk-swf |
653 | 0 | |a Python (Lenguaje de programación) | |
653 | 0 | |a Visión por ordenador | |
653 | 0 | |a Lenguajes de programación | |
653 | 0 | |a Interf | |
689 | 0 | 0 | |a Python |g Programmiersprache |0 (DE-588)4434275-5 |D s |
689 | 0 | 1 | |a R |g Programm |0 (DE-588)4705956-4 |D s |
689 | 0 | |5 DE-604 | |
856 | 4 | 2 | |m Digitalisierung UB Augsburg - ADAM Catalogue Enrichment |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=032466572&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
856 | 4 | 2 | |m Digitalisierung UB Augsburg - ADAM Catalogue Enrichment |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=032466572&sequence=000003&line_number=0002&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-032466572 |
Datensatz im Suchindex
_version_ | 1804182053381472256 |
---|---|
adam_text | Contents Introduction........................................................................................................................................ About the Author.......................................................................................................................... Conventions.................................................................................................................................. Prerequisites.................................................................................................................................. Installing with Anaconda............................................................................................................ Installing with pip....................................................................................................................... Verify Jupyter Notebook Installation......................................................................................... Reader Feedback.......................................................................................................................... Errata............................................................................................................................................. Code Examples............................................................................................................................. 1 1 2 2 2 2 4 5 5 5 Chapter 1 - Creating a Notebook.................................................................................................... Creating a
Notebook.................................................................................................................... Naming a Notebook.................................................................................................................... Running a Cell............................................................................................................................. Cell Management.......................................................................................................................... The View Menu............................................................................................................................. The Insert Menu.......................................................................................................................... The Cell Menu ............................................................................................................................. The Kernel Menu.......................................................................................................................... Starting a Terminal in the Browser........................................................................................... Managing Notebooks ................................................................................................................. Jupyter Clusters............................................................................................................................. Wrapping
Up............................................................................................................................... 6 6 9 11 15 16 17 18 18 19 20 21 22 Chapter 2 ֊ Creating Rich Text in Notebooks.............................................................................. Styling a Cell............................................................................................................................... Wrapping Up............................................................................................................................... 23 23 33 Chapter 3-Jupyter Notebook Configuration.............................................................................. Notebook Defaults....................................................................................................................... The Common Configuration System......................................................................................... Notebook Server.......................................................................................................................... The Front-End Client . ............................................................................................................... 34 34 36 38 38
CONTENTS Notebook Extensions .................................................................................................................. Wrapping Up............................................................................................................................... 39 39 Chapter 4 - Distributing Notebooks.............................................................................................. Using Github ............................................................................................................................... binder............................................................................................................................................. Google’s Colaboratory................................................................................................................. Microsoft Azure Notebooks ...................................................................................................... Running a Notebook Server...................................................................................................... Wrapping Up............................................................................................................................... 40 40 42 43 44 45 45 Chapter 5 - Exporting Notebooks.................................................................................................... Using nbconvert .......................................................................................................................... Converting Multiple
Notebooks................................................................................................. Executing Notebooks .................................................................................................................. Executing Notebooks with Python........................................................................................... Configuration............................................................................................................................... Wrapping Up............................................................................................................................... 47 47 50 51 51 52 52 Chapter 6 - Notebook Extensions.................................................................................................... Kernels.......................................................................................................................................... IPython Kernel Extensions......................................................................................................... Notebook Server Extensions...................................................................................................... 53 53 53 54 Chapter 7 - Notebook Widgets with interact.............................................................................. Getting Started............................................................................................................................. Learning How to
Interact............................................................................................................ More About Sliders....................................................................................................................... Using interact as a decorator...................................................................................................... Fixed Arguments.......................................................................................................................... The interactive function............................................................................................................... Wrapping Up............................................................................................................................... 58 58 59 62 63 64 64 66 Chapter 8 - Working with Widgets .............................................................................................. Creating a Widget....................................................................................................................... Closing a Widget.......................................................................................................................... Properties and Keys of a Widget................................................................................................. Linking Two Widgets.................................................................................................................
Events............................................................................................................................................. Layout.......................................................................................................................................... Wrapping Up............................................................................................................................... 67 68 70 70 72 73 77 83 Chapter 9 - Slideshows .................................................................................................................... Creating a Slideshow ................................................................................................................. 84 84
CONTENTS Getting Started with RISE............................................................................................................ Wrapping Up............................................................................................................................... 87 92 Chapter 10 ֊ Debugging.................................................................................................................... Using pdb ..................................................................................................................................... ipdb................................................................................................................................................ What about %%debug? ............................................................................................................... Wrapping Up............................................................................................................................... 93 93 95 96 96 Chapter 11 - Testing.......................................................................................................................... 97 Execute and Check....................................................................................................................... 97 The py.test Plugin ..........................................................................................................................101 Testing within the Notebook......................................................................................................... 101 Wrapping
Up..................................................................................................................................102 Chapter 12 -JupyterLab...................................................................................................................... 103 Installation....................................................................................................................................... 103 Running JupyterLab.......................................................................................................................104 The File Browser............................................................................................................................ 107 Special URLS...................................... 112 Creating and Using Notebooks...................................................................................................... 113 The Cell Inspector..........................................................................................................................113 Using Files....................................................................................................................................... 116 The Text Editor............................................................................................................................... 118 Interactive Code Consoles ............................................................................................................120 Terminals
....................................................................................................................................... 122 The Command Palette.................................................................................................................... 124 Supported File Types.......................................................................................................................125 A Word on Extensions.................................................................................................................... 127 Wrapping Up.................................................................................................................................. 128 Appendix A ֊ Magic Commands ...................................................................................................... 129 Line Magics.....................................................................................................................................130 Cell Magics .....................................................................................................................................144 Wrapping Up..................................................................................................................................147 Appendix В - Running Other Programming Languages .............................................................148 Adding a New Language...............................................................................................................148 Running
Ruby.................................................................................................................................. 148 Running Multiple Languages......................................................................................................... 150 Wrapping Up.................................................................................................................................. 151 Appendix C - Keyboard Shortcuts................................................................................................... 152 Command Mode............................................................................................................................ 152
CONTENTS Edit Mode........................................................................................................................................152 Commonly Used Shortcuts........................... 152 Opening the Command Palette ....................................................................................................153 View all Shortcuts..........................................................................................................................154 Editing Shortcuts............................................................................................................................ 155 Wrapping Up.................................................................................................................................. 156 Afterword and Thanks .......................................................................................................................157
Contents Introduction........................................................................................................................................ About the Author.......................................................................................................................... Conventions.................................................................................................................................. Prerequisites.................................................................................................................................. Installing with Anaconda............................................................................................................ Installing with pip....................................................................................................................... Verify Jupyter Notebook Installation......................................................................................... Reader Feedback.......................................................................................................................... Errata............................................................................................................................................. Code Examples............................................................................................................................. 1 1 2 2 2 2 4 5 5 5 Chapter 1 - Creating a Notebook.................................................................................................... Creating a
Notebook.................................................................................................................... Naming a Notebook.................................................................................................................... Running a Cell............................................................................................................................. Cell Management.......................................................................................................................... The View Menu............................................................................................................................. The Insert Menu.......................................................................................................................... The Cell Menu ............................................................................................................................. The Kernel Menu.......................................................................................................................... Starting a Terminal in the Browser........................................................................................... Managing Notebooks ................................................................................................................. Jupyter Clusters............................................................................................................................. Wrapping
Up............................................................................................................................... 6 6 9 11 15 16 17 18 18 19 20 21 22 Chapter 2 ֊ Creating Rich Text in Notebooks.............................................................................. Styling a Cell............................................................................................................................... Wrapping Up............................................................................................................................... 23 23 33 Chapter 3-Jupyter Notebook Configuration.............................................................................. Notebook Defaults....................................................................................................................... The Common Configuration System......................................................................................... Notebook Server.......................................................................................................................... The Front-End Client . ............................................................................................................... 34 34 36 38 38
CONTENTS Notebook Extensions .................................................................................................................. Wrapping Up............................................................................................................................... 39 39 Chapter 4 - Distributing Notebooks.............................................................................................. Using Github ............................................................................................................................... binder............................................................................................................................................. Google’s Colaboratory................................................................................................................. Microsoft Azure Notebooks ...................................................................................................... Running a Notebook Server...................................................................................................... Wrapping Up............................................................................................................................... 40 40 42 43 44 45 45 Chapter 5 - Exporting Notebooks.................................................................................................... Using nbconvert .......................................................................................................................... Converting Multiple
Notebooks................................................................................................. Executing Notebooks .................................................................................................................. Executing Notebooks with Python........................................................................................... Configuration............................................................................................................................... Wrapping Up............................................................................................................................... 47 47 50 51 51 52 52 Chapter 6 - Notebook Extensions.................................................................................................... Kernels.......................................................................................................................................... IPython Kernel Extensions......................................................................................................... Notebook Server Extensions...................................................................................................... 53 53 53 54 Chapter 7 - Notebook Widgets with interact.............................................................................. Getting Started............................................................................................................................. Learning How to
Interact............................................................................................................ More About Sliders....................................................................................................................... Using interact as a decorator...................................................................................................... Fixed Arguments.......................................................................................................................... The interactive function............................................................................................................... Wrapping Up............................................................................................................................... 58 58 59 62 63 64 64 66 Chapter 8 - Working with Widgets .............................................................................................. Creating a Widget....................................................................................................................... Closing a Widget.......................................................................................................................... Properties and Keys of a Widget................................................................................................. Linking Two Widgets.................................................................................................................
Events............................................................................................................................................. Layout.......................................................................................................................................... Wrapping Up............................................................................................................................... 67 68 70 70 72 73 77 83 Chapter 9 - Slideshows .................................................................................................................... Creating a Slideshow ................................................................................................................. 84 84
CONTENTS Getting Started with RISE............................................................................................................ Wrapping Up............................................................................................................................... 87 92 Chapter 10 ֊ Debugging.................................................................................................................... Using pdb ..................................................................................................................................... ipdb................................................................................................................................................ What about %%debug? ............................................................................................................... Wrapping Up............................................................................................................................... 93 93 95 96 96 Chapter 11 - Testing.......................................................................................................................... 97 Execute and Check....................................................................................................................... 97 The py.test Plugin ..........................................................................................................................101 Testing within the Notebook......................................................................................................... 101 Wrapping
Up..................................................................................................................................102 Chapter 12 -JupyterLab...................................................................................................................... 103 Installation....................................................................................................................................... 103 Running JupyterLab.......................................................................................................................104 The File Browser............................................................................................................................ 107 Special URLS...................................... 112 Creating and Using Notebooks...................................................................................................... 113 The Cell Inspector..........................................................................................................................113 Using Files....................................................................................................................................... 116 The Text Editor............................................................................................................................... 118 Interactive Code Consoles ............................................................................................................120 Terminals
....................................................................................................................................... 122 The Command Palette.................................................................................................................... 124 Supported File Types.......................................................................................................................125 A Word on Extensions.................................................................................................................... 127 Wrapping Up.................................................................................................................................. 128 Appendix A ֊ Magic Commands ...................................................................................................... 129 Line Magics.....................................................................................................................................130 Cell Magics .....................................................................................................................................144 Wrapping Up..................................................................................................................................147 Appendix В - Running Other Programming Languages .............................................................148 Adding a New Language...............................................................................................................148 Running
Ruby.................................................................................................................................. 148 Running Multiple Languages......................................................................................................... 150 Wrapping Up.................................................................................................................................. 151 Appendix C - Keyboard Shortcuts................................................................................................... 152 Command Mode............................................................................................................................ 152
CONTENTS Edit Mode........................................................................................................................................152 Commonly Used Shortcuts........................... 152 Opening the Command Palette ....................................................................................................153 View all Shortcuts..........................................................................................................................154 Editing Shortcuts............................................................................................................................ 155 Wrapping Up.................................................................................................................................. 156 Afterword and Thanks .......................................................................................................................157
|
adam_txt |
Contents Introduction. About the Author. Conventions. Prerequisites. Installing with Anaconda. Installing with pip. Verify Jupyter Notebook Installation. Reader Feedback. Errata. Code Examples. 1 1 2 2 2 2 4 5 5 5 Chapter 1 - Creating a Notebook. Creating a
Notebook. Naming a Notebook. Running a Cell. Cell Management. The View Menu. The Insert Menu. The Cell Menu . The Kernel Menu. Starting a Terminal in the Browser. Managing Notebooks . Jupyter Clusters. Wrapping
Up. 6 6 9 11 15 16 17 18 18 19 20 21 22 Chapter 2 ֊ Creating Rich Text in Notebooks. Styling a Cell. Wrapping Up. 23 23 33 Chapter 3-Jupyter Notebook Configuration. Notebook Defaults. The Common Configuration System. Notebook Server. The Front-End Client . . 34 34 36 38 38
CONTENTS Notebook Extensions . Wrapping Up. 39 39 Chapter 4 - Distributing Notebooks. Using Github . binder. Google’s Colaboratory. Microsoft Azure Notebooks . Running a Notebook Server. Wrapping Up. 40 40 42 43 44 45 45 Chapter 5 - Exporting Notebooks. Using nbconvert . Converting Multiple
Notebooks. Executing Notebooks . Executing Notebooks with Python. Configuration. Wrapping Up. 47 47 50 51 51 52 52 Chapter 6 - Notebook Extensions. Kernels. IPython Kernel Extensions. Notebook Server Extensions. 53 53 53 54 Chapter 7 - Notebook Widgets with interact. Getting Started. Learning How to
Interact. More About Sliders. Using interact as a decorator. Fixed Arguments. The interactive function. Wrapping Up. 58 58 59 62 63 64 64 66 Chapter 8 - Working with Widgets . Creating a Widget. Closing a Widget. Properties and Keys of a Widget. Linking Two Widgets.
Events. Layout. Wrapping Up. 67 68 70 70 72 73 77 83 Chapter 9 - Slideshows . Creating a Slideshow . 84 84
CONTENTS Getting Started with RISE. Wrapping Up. 87 92 Chapter 10 ֊ Debugging. Using pdb . ipdb. What about %%debug? . Wrapping Up. 93 93 95 96 96 Chapter 11 - Testing. 97 Execute and Check. 97 The py.test Plugin .101 Testing within the Notebook. 101 Wrapping
Up.102 Chapter 12 -JupyterLab. 103 Installation. 103 Running JupyterLab.104 The File Browser. 107 Special URLS. 112 Creating and Using Notebooks. 113 The Cell Inspector.113 Using Files. 116 The Text Editor. 118 Interactive Code Consoles .120 Terminals
. 122 The Command Palette. 124 Supported File Types.125 A Word on Extensions. 127 Wrapping Up. 128 Appendix A ֊ Magic Commands . 129 Line Magics.130 Cell Magics .144 Wrapping Up.147 Appendix В - Running Other Programming Languages .148 Adding a New Language.148 Running
Ruby. 148 Running Multiple Languages. 150 Wrapping Up. 151 Appendix C - Keyboard Shortcuts. 152 Command Mode. 152
CONTENTS Edit Mode.152 Commonly Used Shortcuts. 152 Opening the Command Palette .153 View all Shortcuts.154 Editing Shortcuts. 155 Wrapping Up. 156 Afterword and Thanks .157
Contents Introduction. About the Author. Conventions. Prerequisites. Installing with Anaconda. Installing with pip. Verify Jupyter Notebook Installation. Reader Feedback. Errata. Code Examples. 1 1 2 2 2 2 4 5 5 5 Chapter 1 - Creating a Notebook. Creating a
Notebook. Naming a Notebook. Running a Cell. Cell Management. The View Menu. The Insert Menu. The Cell Menu . The Kernel Menu. Starting a Terminal in the Browser. Managing Notebooks . Jupyter Clusters. Wrapping
Up. 6 6 9 11 15 16 17 18 18 19 20 21 22 Chapter 2 ֊ Creating Rich Text in Notebooks. Styling a Cell. Wrapping Up. 23 23 33 Chapter 3-Jupyter Notebook Configuration. Notebook Defaults. The Common Configuration System. Notebook Server. The Front-End Client . . 34 34 36 38 38
CONTENTS Notebook Extensions . Wrapping Up. 39 39 Chapter 4 - Distributing Notebooks. Using Github . binder. Google’s Colaboratory. Microsoft Azure Notebooks . Running a Notebook Server. Wrapping Up. 40 40 42 43 44 45 45 Chapter 5 - Exporting Notebooks. Using nbconvert . Converting Multiple
Notebooks. Executing Notebooks . Executing Notebooks with Python. Configuration. Wrapping Up. 47 47 50 51 51 52 52 Chapter 6 - Notebook Extensions. Kernels. IPython Kernel Extensions. Notebook Server Extensions. 53 53 53 54 Chapter 7 - Notebook Widgets with interact. Getting Started. Learning How to
Interact. More About Sliders. Using interact as a decorator. Fixed Arguments. The interactive function. Wrapping Up. 58 58 59 62 63 64 64 66 Chapter 8 - Working with Widgets . Creating a Widget. Closing a Widget. Properties and Keys of a Widget. Linking Two Widgets.
Events. Layout. Wrapping Up. 67 68 70 70 72 73 77 83 Chapter 9 - Slideshows . Creating a Slideshow . 84 84
CONTENTS Getting Started with RISE. Wrapping Up. 87 92 Chapter 10 ֊ Debugging. Using pdb . ipdb. What about %%debug? . Wrapping Up. 93 93 95 96 96 Chapter 11 - Testing. 97 Execute and Check. 97 The py.test Plugin .101 Testing within the Notebook. 101 Wrapping
Up.102 Chapter 12 -JupyterLab. 103 Installation. 103 Running JupyterLab.104 The File Browser. 107 Special URLS. 112 Creating and Using Notebooks. 113 The Cell Inspector.113 Using Files. 116 The Text Editor. 118 Interactive Code Consoles .120 Terminals
. 122 The Command Palette. 124 Supported File Types.125 A Word on Extensions. 127 Wrapping Up. 128 Appendix A ֊ Magic Commands . 129 Line Magics.130 Cell Magics .144 Wrapping Up.147 Appendix В - Running Other Programming Languages .148 Adding a New Language.148 Running
Ruby. 148 Running Multiple Languages. 150 Wrapping Up. 151 Appendix C - Keyboard Shortcuts. 152 Command Mode. 152
CONTENTS Edit Mode.152 Commonly Used Shortcuts. 152 Opening the Command Palette .153 View all Shortcuts.154 Editing Shortcuts. 155 Wrapping Up. 156 Afterword and Thanks .157 |
any_adam_object | 1 |
any_adam_object_boolean | 1 |
author | Driscoll, Michael B. |
author_GND | (DE-588)1170609864 |
author_facet | Driscoll, Michael B. |
author_role | aut |
author_sort | Driscoll, Michael B. |
author_variant | m b d mb mbd |
building | Verbundindex |
bvnumber | BV047059371 |
classification_rvk | QH 500 |
ctrlnum | (OCoLC)1232511678 (DE-599)BVBBV047059371 |
discipline | Wirtschaftswissenschaften |
discipline_str_mv | Wirtschaftswissenschaften |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>01795nam a2200409 c 4500</leader><controlfield tag="001">BV047059371</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20210208 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">201211s2018 a||| |||| 00||| eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9780996062886</subfield><subfield code="9">978-0-9960628-8-6</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">0996062882</subfield><subfield code="9">0996062882</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)1232511678</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV047059371</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rda</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-384</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">QH 500</subfield><subfield code="0">(DE-625)141607:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Driscoll, Michael B.</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)1170609864</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Jupyter Notebook 101</subfield><subfield code="c">Michael Driscoll</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">[S l.]</subfield><subfield code="b">Bowker</subfield><subfield code="c">2018</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">155 Seiten</subfield><subfield code="b">Illustrationen</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Python</subfield><subfield code="g">Programmiersprache</subfield><subfield code="0">(DE-588)4434275-5</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">R</subfield><subfield code="g">Programm</subfield><subfield code="0">(DE-588)4705956-4</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="653" ind1=" " ind2="0"><subfield code="a">Python (Lenguaje de programación)</subfield></datafield><datafield tag="653" ind1=" " ind2="0"><subfield code="a">Visión por ordenador</subfield></datafield><datafield tag="653" ind1=" " ind2="0"><subfield code="a">Lenguajes de programación</subfield></datafield><datafield tag="653" ind1=" " ind2="0"><subfield code="a">Interf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Python</subfield><subfield code="g">Programmiersprache</subfield><subfield code="0">(DE-588)4434275-5</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">R</subfield><subfield code="g">Programm</subfield><subfield code="0">(DE-588)4705956-4</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">Digitalisierung UB Augsburg - ADAM Catalogue Enrichment</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=032466572&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">Digitalisierung UB Augsburg - ADAM Catalogue Enrichment</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=032466572&sequence=000003&line_number=0002&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-032466572</subfield></datafield></record></collection> |
id | DE-604.BV047059371 |
illustrated | Illustrated |
index_date | 2024-07-03T16:11:05Z |
indexdate | 2024-07-10T09:01:26Z |
institution | BVB |
isbn | 9780996062886 0996062882 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-032466572 |
oclc_num | 1232511678 |
open_access_boolean | |
owner | DE-384 |
owner_facet | DE-384 |
physical | 155 Seiten Illustrationen |
publishDate | 2018 |
publishDateSearch | 2018 |
publishDateSort | 2018 |
publisher | Bowker |
record_format | marc |
spelling | Driscoll, Michael B. Verfasser (DE-588)1170609864 aut Jupyter Notebook 101 Michael Driscoll [S l.] Bowker 2018 155 Seiten Illustrationen txt rdacontent n rdamedia nc rdacarrier Python Programmiersprache (DE-588)4434275-5 gnd rswk-swf R Programm (DE-588)4705956-4 gnd rswk-swf Python (Lenguaje de programación) Visión por ordenador Lenguajes de programación Interf Python Programmiersprache (DE-588)4434275-5 s R Programm (DE-588)4705956-4 s DE-604 Digitalisierung UB Augsburg - ADAM Catalogue Enrichment application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=032466572&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis Digitalisierung UB Augsburg - ADAM Catalogue Enrichment application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=032466572&sequence=000003&line_number=0002&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Driscoll, Michael B. Jupyter Notebook 101 Python Programmiersprache (DE-588)4434275-5 gnd R Programm (DE-588)4705956-4 gnd |
subject_GND | (DE-588)4434275-5 (DE-588)4705956-4 |
title | Jupyter Notebook 101 |
title_auth | Jupyter Notebook 101 |
title_exact_search | Jupyter Notebook 101 |
title_exact_search_txtP | Jupyter Notebook 101 |
title_full | Jupyter Notebook 101 Michael Driscoll |
title_fullStr | Jupyter Notebook 101 Michael Driscoll |
title_full_unstemmed | Jupyter Notebook 101 Michael Driscoll |
title_short | Jupyter Notebook 101 |
title_sort | jupyter notebook 101 |
topic | Python Programmiersprache (DE-588)4434275-5 gnd R Programm (DE-588)4705956-4 gnd |
topic_facet | Python Programmiersprache R Programm |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=032466572&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=032466572&sequence=000003&line_number=0002&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT driscollmichaelb jupyternotebook101 |
Es ist kein Print-Exemplar vorhanden.
Inhaltsverzeichnis