Skip to content
Snippets Groups Projects
Commit c448f98f authored by Michael Kohlhase's avatar Michael Kohlhase
Browse files

making into a document

parent 21b82201
No related branches found
No related tags found
No related merge requests found
......@@ -4,3 +4,5 @@ auto
*.out
*.pdf
*.synctex.gz
*.run.xml
*-blx.bib
......@@ -8,8 +8,6 @@
\begin{document}
\begin{tikzpicture}
\draw[-] (-9,5) -- (-1,5) node[pos=.5,sloped,above] {Jupyter - Sketch with Active Documents};
%Mother Ship
%\draw[fill=blue!10] (-8,0) rectangle (-10, 3);
%\draw[style=thick, fill=cyan] (-9.75, 2) rectangle (-8.25, 2.5);
......
......@@ -21,8 +21,11 @@ qualitatively new direction, providing a web-based application suitable for capt
whole computation process: developing, documenting, and executing code, as well as
communicating the results. The Jupyter notebook combines two components:
\begin{enumerate}
\item A web application: a browser-based tool for interactive authoring of documents which combine explanatory text, mathematics, computations and their rich media output. \\
\item Notebook documents: a representation of all content visible in the web application, including inputs and outputs of the computations, explanatory text, mathematics, images, and rich media representations of objects.
\item A web application: a browser-based tool for interactive authoring of documents which
combine explanatory text, mathematics, computations and their rich media output.
\item Notebook documents: a representation of all content visible in the web application,
including inputs and outputs of the computations, explanatory text, mathematics, images,
and rich media representations of objects.
\end{enumerate}
\ednote{AM: How much in detail should I go?}
\ednote{AM: Notebook user interface - relevant?}
......@@ -54,7 +57,7 @@ directory or to create a new notebook.
\subsubsection{Creating a new notebook document}
A new notebook may be created at any time, either from the dashboard, or using the File
A new notebook may be created at any time, either from the dashboard, or using the File |
New menu option from within an active notebook. The new notebook is created within the
same directory and will open in a new browser tab. It will also be reflected as a new
entry in the notebook list on the dashboard.
......
\documentclass{deliverablereport}
\usepackage[style=alphabetic,backend=bibtex]{biblatex}
\addbibresource{kwarc.bib}
\addbibresource{rest.bib}
\usepackage{tikz}
\usepackage{standalone}
\usepackage[show]{ed}
\usepackage{listings}
\lstset{columns=fullflexible,basicstyle=\sf,language=Python}
% Variant: we could just provide the deliverable label as in the
% proposal, and fetch all the information from final.pdata
......@@ -28,6 +34,17 @@
sdfsdfsdfsdfsdf
\end{newpart}
\section{Next Steps}\label{sec:steps}
\begin{figure}[ht]
\input{graph2}
\caption{graph 2}\label{fig:graph2}
\end{figure}
\begin{figure}[ht]
\input{graph3}
\caption{Jupyter - Sketch with Active Documents}\label{fig:graph3}
\end{figure}
\section{Conclusion}\label{sec:conc}
\printbibliography
\end{document}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment